https://github.com/usmansbk/leaderboard
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built with JavaScript
https://github.com/usmansbk/leaderboard
javascript rest-api webpack
Last synced: about 1 year ago
JSON representation
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built with JavaScript
- Host: GitHub
- URL: https://github.com/usmansbk/leaderboard
- Owner: usmansbk
- Created: 2021-07-25T07:13:15.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-26T10:22:20.000Z (over 4 years ago)
- Last Synced: 2025-04-09T20:49:19.992Z (about 1 year ago)
- Topics: javascript, rest-api, webpack
- Language: JavaScript
- Homepage: https://usmansbk.github.io/leaderboard/
- Size: 486 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard

> The leaderboard website displays scores submitted by different players.

The 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](https://www.notion.so/microverse/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3).
## Built With
- HTML
- CSS
- JavaScript
## Live Demo
[Live Demo Link](https://usmansbk.github.io/leaderboard/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- NodeJS - [v16.x](https://nodejs.org/en/)
### Setup
```bash
git clone https://github.com/usmansbk/leaderboard.git
cd ./leaderboard
```
### Install
```bash
npm install
```
### Usage
```bash
npm start
```
### Build
```bash
npm run build
```
### Run tests
```bash
npm test
```
## Authors
👤 **Babakolo Usman Suleiman**
- GitHub: [@usmansbk](https://github.com/usmansbk)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/usman-suleiman-82b444140/)
## 🤝 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
- Microverse
- [Leaderboard API Service](https://www.notion.so/microverse/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3)
## 📝 License
This project is [MIT](./MIT.md) licensed.