https://github.com/mwapsam/leaderboard
JavaScript project for the Leaderboard list app, built using webpack and ES6 features. The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved using the external Leaderboard API service.
https://github.com/mwapsam/leaderboard
api async await css es6-classes es6-modules fetch html javascript promises webpack
Last synced: about 1 month ago
JSON representation
JavaScript project for the Leaderboard list app, built using webpack and ES6 features. The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved using the external Leaderboard API service.
- Host: GitHub
- URL: https://github.com/mwapsam/leaderboard
- Owner: Mwapsam
- Created: 2022-01-23T11:07:54.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-01-26T17:10:04.000Z (over 3 years ago)
- Last Synced: 2025-03-29T05:51:15.837Z (about 2 months ago)
- Topics: api, async, await, css, es6-classes, es6-modules, fetch, html, javascript, promises, webpack
- Language: JavaScript
- Homepage: https://mwapsam.github.io/leaderboard/
- Size: 531 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Leaderboard List App
JavaScript project for the Leaderboard list app, built using webpack and ES6 features. The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved using the external Leaderboard API service.

## Built With
- Webpack
- HTML
- CSS
- Modular JavaScript (with modern ES6 syntax)## Live Demo
[Live Demo Link](https://mwapsam.github.io/leaderboard/)
## Getting Started
**Setup**
git clone https://github.com/Mwapsam/leaderboard.git
```
cd leaderboard
npm install
npm start
```**Deploy**
```
npm run build
npm run deploy```
## 👤 Author
- GitHub: [@Mwapsam](https://github.com/Mwapsam)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Mwapsam/Webpack-Boilerplate/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.