The leaderboard is a website 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
- SCSS
- JavaScript (ES6)
- Webpack
- REST API
🔥🔥 https://jaujau088.github.io/leaderboard-with-api/dist/ 🔥🔥
To get a local copy up and running follow these simple steps.
- Node.js
- npm
- Clone the project
git clone [email protected]:JauJau088/leaderboard-with-api.git
- cd into the project directory
cd leaderboard-with-api
-
Once you've cloned the repo and are inside the directory, run
npm install
command to get all necessary installations. -
Build/ watch project (not necessary, but might be needed in case you make some changes in the src folder).
npm run build
npm run watch
- Congratulations! you are all set and you can open the project using a live sever extension from your code editor
- or you can also use Webpack's live server by simply typing
npm start
👤 Jauhari Alafi
- GitHub: @JauJau088
- Twitter: @jaujauj
- LinkedIn: Jauhari Alafi
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.
This project is MIT licensed.