This project aims at broadcasting the live scores of Football leveraging this REACT based app. We built this app under <. > Point Blank. It displays the scores of both the teams that are currently playing a match. An authorized admin can update the scores by logging-in while the match is in progress for the teams entered. The website will automatically fetch and display the LiveScores to the audience. The project is going to be enhanced with additional features in the future.
1.Clone the repo :
git clone ‘https://github.com/pbdsce/Goalscore’
2.Configuration of the cloned app :
- cd my-cloned-app
(where the cloned folder name is ‘my-cloned-app’)
- run npm install
3.Starting the react app :
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
4. Build and deployment:
npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
- Always commit to
main
branch - Make descriptive issues
- Make a fork and then make a Pull Request
- ReactJS
- Heroku for Deploying
- Firebase
- Working on UI/UX
- Displaying the history of LiveScores.
Licensing: MIT License