The leaderboard website displays scores submitted by different players. It also allows users to submit their score. All data is preserved thanks to the external Leaderboard API service.
- HTML5
- CSS3
- JavaScript
- Webpack, Linters, Gitflow
You can view a live demo of the project using this link.
To get a local copy up and running follow these simple example steps.
- A web browser
- A code editor
Assuming you have git and node.js installed on your computer, please follow the steps below:
- Clone the repository using the following command:
git clone https://github.com/laiifuu/Leaderboard.git
- Navigate to that folder in the command line using the
cd
command. - Run the following command to install the necessary packages:
npm install
. - Run the following command to view the project in the browser:
npm run start
.
👤 Fellah Hayet
- GitHub: @laiifuu
- Twitter: @hayet_fe
- LinkedIn: Hayet Fellah
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.