https://github.com/nasirkhan294/leaderboard
The leaderboard project showcases a website that exhibits scores contributed by diverse players. It offers the opportunity for you to submit your own score as well. The project ensures data persistence through the utilization of an external Leaderboard API service.
https://github.com/nasirkhan294/leaderboard
leaderboard linter-config restful-api scores webpack
Last synced: 2 months ago
JSON representation
The leaderboard project showcases a website that exhibits scores contributed by diverse players. It offers the opportunity for you to submit your own score as well. The project ensures data persistence through the utilization of an external Leaderboard API service.
- Host: GitHub
- URL: https://github.com/nasirkhan294/leaderboard
- Owner: Nasirkhan294
- License: mit
- Created: 2023-05-16T11:03:35.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-17T21:32:11.000Z (about 3 years ago)
- Last Synced: 2025-03-29T23:15:38.239Z (over 1 year ago)
- Topics: leaderboard, linter-config, restful-api, scores, webpack
- Language: JavaScript
- Homepage: https://nasirkhan294.github.io/leaderboard/
- Size: 197 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Leaderboard
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Leaderboard:** The leaderboard project showcases a website that exhibits scores contributed by diverse players. It offers the opportunity for you to submit your own score as well. The project ensures data persistence through the utilization of an external Leaderboard API service.
- HTML
- CSS
- JavaScript
- [x] **npm project with Webpack**
- [x] **Dynamic data using API**
- [x] **Medium fidelity design**
- [Live Project Link](https://nasirkhan294.github.io/leaderboard/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```
ssh code:
git@github.com:Nasirkhan294/leaderboard.git
```
### Setup
Clone this repository to your desired folder:
```
cd desired-folder
git@github.com:Nasirkhan294/leaderboard.git
```
### Deployment
You can deploy this project using **Github-Pages**. In order to make your project live on Github, you'll want to push your updated repo by using these commands:
```
git add --all or git add .
```
```
git commit -m "your commit message"
```
```
git push origin {i.e, your repo name}
```
👤 **Nasirkhan294**
- GitHub: [Github](https://github.com/Nasirkhan294)
- Twitter: [Twitter](https://twitter.com/NasirMa35888225)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nasirmahd-8a8/)
- [ ] **Add or Remove User's Score**
- [ ] **Coming Up Soon**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Please support this project and be a part of something meaningful and impactful. Your contribution can make a significant difference and help us achieve our goals faster.
To all the individuals whose creativity and dedication inspired the codebase, I want to express my heartfelt gratitude. Your tireless efforts have left an indelible mark on this project and your contributions will be remembered for years to come. Thank you for being an integral part of our success.
This project is [MIT](./LICENSE) licensed.