The leaderboard website displays scores submitted by different players. It also allows you to submit your score.
- HTML
- CSS
- JavaScript
Live Demo Link for Leaderboard
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
To get a local copy up and running follow these simple example steps.
- web browser (e.g. Google Chrome)
- text editor (e.g. VSCode)
- CLI/terminal
git clone [email protected]:manq2010/leaderboard.git
- open the index.html file in the browser
- run the following steps
npm install
npm start
For tracking linter errors locally you need to follow these steps:
After cloning the project you need to run this command (This command will download all the dependencies of the project
)
npm install
For tracking the linter errors in HTML file run:
npx hint .
For tracking the linter errors in CSS file run:
npx stylelint "**/*.{css,scss}"
And For tracking the linter errors in JavaScript file run:
npx eslint .
- This project is deployed with Github pages.
👤 Mancoba Sihlongonyane
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks for my coding partners to assisting with concepts of API
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.