An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

## 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.

![screenshot](./screenshot.png)

## 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.