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
- Host: GitHub
- URL: https://github.com/brainconnect93/leaderboard
- Owner: brainconnect93
- License: mit
- Created: 2022-06-22T01:21:11.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-30T11:09:54.000Z (over 3 years ago)
- Last Synced: 2025-09-21T15:44:59.721Z (9 months ago)
- Topics: css3, html5, javascript, linters, webpack
- Language: CSS
- Homepage:
- Size: 495 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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

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