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. I will do it using ES6 and Webpack! It will be served by a webpack dev server.!You can find project at https://amrendrakind.github.io/Leaderboard/
- HTML
- CSS
- JavaScripts
- GitFlow
- Linters
- Webpack
Clone Repository using
git clone git@github.com:amrendrakind/Leaderboard.git
OR using HTTPS
git clone https://github.com/amrendrakind/Leaderboard.git
move into project directory
cd Leaderboard
Install Project dependancies using NPM
npm install
build with the command
npm run build
launch project locally with
npm start
👤 Amrendra K
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse team for guidance
This project is MIT licensed.