The leaderboard web app displays the top scoring player on the fictional game of life. It also allows any player to submit their score. All data is preserved thanks to the external leaderboard API service.
To get a local copy up and running follow these simple steps.
- VIsual Studio Code.
- A Web Browser (preferably Google Chrome)
- Clone the GitHub Repository
- run this commands in your terminal:
npm install
npm run build
npm start
After running npm start
the website will be opened automatically on your default browser.
- HTML/CSS & JS best practices: Correct use of tags, elements, properties and syntax.
- Git flow: Correct use of Branches for deployment and features development.
- Linters Check: Local and Pull Request check for errors, bugs and stylistic errors in code.
- Webpack: used as a bundle to compile JavaScript modules.
- GitHub: @Mujeeb4582
- Twitter: @Mujeebu93992980
- LinkedIn: mujeeb-ur-rahman-54268011a
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedback.
- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.
- Hat tip to anyone whose code was used.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.