LeaderBoard
Description
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:
Built With
- HTML
- CSS
- JavaScript
Getting Started
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
Test
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 .
Live Demo
Author
- GitHub: @GitHub/Mutalenic
- LinkedIn: @LinkenIn/nicholas-mutale
- Twitter: @Twitter/nicomutale
Contributions, issues, and feature requests are welcome!
Feel free to check the [https://github.com/Mutalenic/leaderBoard/issues]
Show your support
Give a
📝
License
This project is MIT licensed.
Leader-Board
I built a leaderboard website - that displays scores submitted by different players. It also allows you to submit your score. All data is preserved at the external Leaderboard API service. I used the following technologies:
Peer-to-peer review
Good Job and congratulations on this milestone :ok_hand:
ACCESSIBILITY
on your app by using this link https://www.tenon.io/ to avoid too many color contrasts.Peer to peer code review
🟡 Status: Changes Required 🛑
Hello @Mutalenic 😃, :wave:
Great job so far! There are some issues that you still need to work on to go to the next project but you are almost there!
To Highlight
✅ No linter errors. ✅ You used the correct GitHub Flow. ✅ Clean code
Required Changes ♻️
Cheers and Happy coding!👏👏👏
Feel free to leave any questions or comments if something is not 100% clear. Please, remember to tag me in your question so I can receive the notification.