https://github.com/blakbox23/leaderboard
This project utilizes the Leaderboard API to store and retrieve player scores. It also uses webpack to bundle JavaScript modules.
https://github.com/blakbox23/leaderboard
api-rest javascript webpack
Last synced: about 1 year ago
JSON representation
This project utilizes the Leaderboard API to store and retrieve player scores. It also uses webpack to bundle JavaScript modules.
- Host: GitHub
- URL: https://github.com/blakbox23/leaderboard
- Owner: blakbox23
- Created: 2021-08-31T05:37:32.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-15T12:37:23.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T08:42:41.988Z (over 1 year ago)
- Topics: api-rest, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 339 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard
This project utilises the [leaderboard](https://www.notion.so/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3) API to store and retrieve player scores.
A user can POST data by submitting their name and score on the app. They can then retrieve the stored data by hiting the refresh button which uses the GET method to get data through the API.
This project also uses webpack to bundlE JavaScript modules.

## Built with
- HTML
- CSS
- JavaScript
## Prerequisites
- Node.js
- NPM
## Demo
[Live link](https://blakbox23.github.io/Leaderboard/dist/)
## Setup
Clone the repository with:
`git clone https://github.com/blakbox23/Leaderboard.git`
## Install
To install dependancies run:
`npm install`
## Usage
To use the application run.
`npm run start`
👤 **Author**
- GitHub: [@Blakbox23](https://github.com/blakbox23)
- Twitter: [@blakbox23](https://twitter.com/blakbox23)
- LinkedIn: [Peter Mbuthia](https://www.linkedin.com/in/peter-mbuthia)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/blakbox23/Leaderboard/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Microverse Inc
## 📝 License
This project is [MIT](./MIT.md) licensed.