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.
- Technologies used: HTML, CSS, Javascript
To get a local copy up and running follow these simple example steps.
- Click the green
Code
button on the repo - In your local PC, open your terminal in the folder you would like to clone the project.
- Clone the repo with the command:
git clone (copied link)
; like so:git clone https://github.com/NeckerFree/Leaderboard
- On the terminal, navigate into the directory like so:
cd Leaderboard
- in visual studio code build with the command
npm run build
- and run the distribution with the command
npm start
👤 Elio Cortés
- GitHub: @NeckerFree
- Twitter: @ElioCortesM
- LinkedIn: elionelsoncortes
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.