Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-26T10:22:20.000Z (over 3 years ago)
- Last Synced: 2024-10-08T00:16:15.560Z (about 1 month ago)
- Topics: javascript, rest-api, webpack
- Language: JavaScript
- Homepage: https://usmansbk.github.io/leaderboard/
- Size: 486 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard
![Microverse](https://img.shields.io/badge/Microverse-blueviolet)
> The leaderboard website displays scores submitted by different players.
![screenshot](./app_screenshot.png)
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.