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.
- HTML
- CSS
- Javascript
- Webpack
To get a local copy up and running follow these simple example steps.
-
Clone the project directory in your terminal by running this command:
git clone git@github.com:leopiresgoss/leaderboard.git
-
Change the directory to the leaderboard:
cd leaderboard
-
Install the project dependencies by running:
npm install
-
To see the homepage, run the following command:
npm start
-
It will open the live server in your browser at this port http://localhost:8080/
-
OBS.: It was used the Leadboard API to store and manage the data, for more information, access this link
Leonardo Pires Goss
- GitHub: @leopiresgoss
- Twitter: @leopiresgoss
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- A special thank for @fernandorpm for this amazing README template
This project is MIT licensed.