This project is called leaderboard. It 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.
- HTML, CSS and JavaScript
- Webpack
- Click the green
Codebutton on the repo - In your local PC, open your terminal in the folder you would like to clone the project.
- Clone the repo with the command:
git clone (copied link); like so:git clone https://github.com/TedLivist/leaderboard.git - On the terminal, navigate into the directory like so:
cd leaderboard - Checkout to branch name like so:
git checkout [branch name] - Run
npm ito install the dependencies - Run
npm startto start the application
- Type in name and score in the corresponding inputs and click the
Submitbutton. Do this as many times as you wish - once, twice, (thrice?) - To get the list of the name-score pairs, click the
Refreshand the list of the inputs you have submitted will be rendered
👤 Teddy-Livingstone
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
