A leaderboard list app that 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
- JavaScript
- Leaderboard API
- Click here for the live demo.
To get a local copy up and running follow these simple steps.
- A web browser (e.g. Mozilla Firefox, Google Chrome etc.)
- git: This is a version control system used for source code management.
- A text editor (e.g Visual Studio Code (recommended), Sublime Text, Atom etc.)
- With git, clone the code to your machine, or download a ZIP of all the files directly.
- Download the ZIP file from this location or run the following git command to clone the files to your machine:
git clone https://github.com/shaqdeff/Leaderboard.git
- Once the files are on your machine, open the Leaderboard folder in Visual Studio Code.
- After opening the files in Visual Studio Code, open the VS Code integrated terminal and run
npm install
to install the dependencies used. - Run
npm run build
to bundle the JavaScript files with Webpack. - Run
npm run start
to launch the files with Webpack Dev Server.
👤 Shaquille Ndunda
- GitHub: @shaqdeff
- Twitter: @shaquillendunda
- LinkedIn: Shaquille Ndunda
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!