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:
- 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/Mutalenic/leaderBoard.git
. cd /leaderBoard
- Open it using live server by using this command:
npm run build
ornpm start
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 .
👤 Nicholas Mutale
- GitHub: @GitHub/Mutalenic
- LinkedIn: @LinkenIn/nicholas-mutale
- Twitter: @Twitter/nicomutale
Feel free to check the [https://github.com/Mutalenic/leaderBoard/issues]
Give a ⭐️ if you like this project
This project is MIT licensed.