Leaderboard aims to integrate the Leaderboard API service into an application, providing functionality for creating new games, saving scores, and retrieving scores for a game.
- ✨ Demo of Linters: Showcase the usage of HTML, CSS, and JavaScript linters to ensure code quality.
- 🏅 Demo of Leaderboard: Implement a leaderboard feature to display and track scores or rankings.
To run this project, you need the following:
- 🌐 Web browser
- 🐙 Git
- 👨💻 Code editor
Clone this repository to your desired folder:
git clone https://github.com/Uzair-Manzoor/Leaderboard.git
To install all dependencies, run the following command:
npm install
To run the project, follow these instructions:
- Clone this repository to your local machine.
To run tests, use the following commands:
- To track HTML linter errors, run:
npx hint .
- To track CSS linter errors, run:
npx stylelint "**/*.{css,scss}"
- To track JavaScript l
inter errors, run:
npx eslint .
To build the project, run the following command:
npm run build
To run the webpack development server, execute the following command:
npm start
👤 Uzair Manzoor
- GitHub: Uzair-Manzoor
- [📱] Mobile Version
- [📝] Add Model
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a ⭐️.
I would like to thank Microverse.
This project is licensed under the MIT License.