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

MIT License

Stars
5

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

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 [email protected]: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

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used

📝 License

This project is MIT licensed.

Related Projects