https://github.com/aliatayee/leaderboard
This is a Webpack Leaderboard project based on REST API. With this app, you can add players score to the board and get the scores on the leader board list using API endpoint.
https://github.com/aliatayee/leaderboard
api javascript leaderboard
Last synced: about 1 month ago
JSON representation
This is a Webpack Leaderboard project based on REST API. With this app, you can add players score to the board and get the scores on the leader board list using API endpoint.
- Host: GitHub
- URL: https://github.com/aliatayee/leaderboard
- Owner: aliatayee
- License: mit
- Created: 2022-06-15T07:06:56.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-01T14:47:04.000Z (over 3 years ago)
- Last Synced: 2025-04-02T10:50:29.436Z (6 months ago)
- Topics: api, javascript, leaderboard
- Language: HTML
- Homepage: https://aliatayee.github.io/leaderboard/
- Size: 459 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leaderboard
This is a Webpack Leaderboard project based on REST API. With this app, you can add players score to the board and get the scores on the leadder board list using API endpoint..png)
## Major Technologies
- [ ] HTML5
- [ ] CSS
- [ ] JAVASCRIPT
- [ ] REST API
- [ ] NPM
- [ ] WEBPACK
### Demo
[Live Demo](https://aliatayee.github.io/leaderboard/)
### Install & SetupTo setup and install this sample Leaderboard project, follow the below steps:
- Clone this project by the command:```
$ git clone https://github.com/aliatayee/leaderboard.git
```- Then switch to the project folder by the bellow query:
```
$ cd leaderboard
```- Then run the below command to install dependencies
```
$ npm i
```
- Finally, run the below command to start the project.```
$ npm start
```## Run tests
To run the tests for linters locally, you must have node installed on your computer. Install the necessary packages. Run npx stylelint "*/.{css,scss}" Run npx hint . Run npx eslint .### Prerequisites
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.### Authors
👤 **Ali**- GitHub: [@aliatayee](https://github.com/aliatayee)
- Twitter: [@aqaatayee](https://twitter.com/aqaatayee)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc