The leaderboard website displays scores submitted by different players. Built with HTML, CSS, JavaScript(ES6), notably modules, and Webpack. The application allows users to submit their scores. It uses data from an API to display scores for the game by sending and receiving data from/to the Leaderboard API. All data is preserved to the external Leaderboard API service.
- HTML & CSS
- JavaScript(ES6)
- Webpack
- Linters
Live at Leaderboard
- node.js (10.13.0 (LTS))
- git
To get a local copy, follow the steps below:
-
Open your terminal
-
Navigate to the directory where you want to clone the project.
-
Clone the project using
git clone
or directly by running the following commandgit clone git@github.com:KanzaTahreem/Leaderboard.git
-
Open your editor and follow the steps mentioned below
npm install
npm run build
npm start
👤 Author
- GitHub: @KanzaTahreem
- Twitter: @kanza_tahreem
- LinkedIn: Kanza Tahreem
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.