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.
Additional description about the project and its features.
- HTML | CSS | JavaScript
To get a local copy up and running follow these simple example steps.
- Text Editor | Git and Github set up
- Clone repository and open with text editor
- Run npm install - to load necessary files from package.json
- Apply Linter checks with the following instructions
- Webhint: Initialize and create
package.json
withnpm init -y
.
After run npm install --save-dev hint@6.x
Create a .hintrc
file and then run npx hint .
to check for errors.
-
Stylelint: Next install stylelint for clean Styles and elimination of related errors. Run:
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
Afterwards create a.stylelintrc.json
file and then runnpx stylelint "**/*.{css,scss}"
to check errors. Usenpx stylelint "**/*.{css,scss}" --fix
to fix multiple errors. -
Eslint: To find and fix script errors, run
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
After, create a.eslintrc.json
file. Then runnpx eslint .
to print errors. Usenpx eslint . --fix
to fix multiple errors.
- View APP
- Add your name
- Add your score
- Press Submit
- Press (REFRESH)
- Watch your score update below 'Recent Scores' heading
👤 STEVE W DAMES JR
- 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!
- Background Photo - wallpaperaccess.com
- Hat tip to anyone whose code was used
- etc
This project is MIT licensed.