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

https://github.com/brainconnect93/leaderboard

This is an educational project to make a TodoList web application, where the users can add new todo, remove todo, edit todo, mark todo as completed, and remove all completed todo. Built with Webpack
https://github.com/brainconnect93/leaderboard

css3 html5 javascript linters webpack

Last synced: 4 months ago
JSON representation

This is an educational project to make a TodoList web application, where the users can add new todo, remove todo, edit todo, mark todo as completed, and remove all completed todo. Built with Webpack

Awesome Lists containing this project

README

          

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

# Leaderboard

This application displays scores submitted by different players from an API service. It also allows a user to submit his/her score while preserving the data on the browser.

### Leaderboard screenshot
![board](https://user-images.githubusercontent.com/78634841/188435594-d7d40cff-4c57-4780-b11a-cb1b745f9ac7.png)

## Built With

- HTML
- CSS
- Javascript (ES6)
- Webpack, and served by a Webpack dev server

## Live Demo
[Live Demo Link](https://polite-stardust-6e114f.netlify.app/)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites
```
node js
npm
```

### Setup
Clone the repository and change the directory to leaderboard
```
$ git clone git@github.com:brainconnect93/Leaderboard.git
$ cd Leaderboard
```

### Install
Install all project dependencies by running the command below
```
$ npm install
$ npm run build
```

### Usage
```
$ npm start
```

## Authors

👤 **Afolabi Akorede**

- GitHub: [@brainconnect93](https://github.com/brainconnect93)
- Twitter: [@brainconnect0](https://twitter.com/brainconnect0)
- LinkedIn: [Afolabi Akorede](https://linkedin.com/in/brainconnect93)

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

- Hat tip to anyone whose code was used

## 📝 License

This project is [MIT](./MIT.md) licensed.