The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
- This is the page view:
Mobile version Desktop version
- HTML
- CSS
- JavaScript
To get a local copy up and running follow these simple example steps.
- Clone the Repo or Download the Zip file or
https://github.com/cynthiainga/leaderboard.git. cd /leaderboard- Open it with the live server
For tracking linter errors locally you need to follow these steps:
After cloning the project you need to run these commands
npm install This command will download all the dependancies of the project
For tracking linter errors in HTML files run:
npx hint .
For tracking linter errors in CSS or SASS files run:
npx stylelint "**/*.{css,scss}
And For tracking linter errors in JavaScript files run:
npx eslint .
See the live by clicking Live Demo Link
👤 Cynthia Inga
- GitHub: @cynthiainga
- Twitter: @CynthiaInga_C
- LinkedIn: Cynthia Inga
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to everyone who will get time to check this code and sugest any issue to improve the page.
- Hat tip to Microvers and all the staff
- Thanks to My coding Partners
- Thanks to My Morning-session-group and Standup-team Partners and
- Thanks to Code Reviewers
This project is MIT licensed.

