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

https://github.com/mumo-esther/to-do-list

"To-do list" is used to lists the things that you need to do and allows you to mark them as complete. This is built using ES6 and Webpack!
https://github.com/mumo-esther/to-do-list

css html javascript

Last synced: about 1 year ago
JSON representation

"To-do list" is used to lists the things that you need to do and allows you to mark them as complete. This is built using ES6 and Webpack!

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 To Do list: list structure

**To Do list** "To-do list" is used to lists the things that you need to do and allows you to mark them as complete. This is built using ES6 and Webpack!

## 🛠 Built With
- Html
- css
- Javascript
- Webpack
- Visual Studio Code
- Git & Github

(back to top)

## 💻 Live Demo
Live Demo Link
https://mumo-esther.github.io/To-Do-List/dist/

## 💻 Getting Started
To get a local copy up and running, follow these steps.
Git clone https://github.com/mumo-esther/To-Do-List.git
### Prerequisites

In order to run this project you need:
git clone then open in your live server

### Setup

Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/mumo-esther/To-Do-List.git
### Run tests

To run tests, run the following command:
- npx hint .

(back to top)

## 👥 Authors

👤 **Author**

- GitHub:https://github.com/mumo-esther/mumo-esther
- Twitter:https://twitter.com/EstherMawioo
- LinkedIn: https://www.linkedin.com/in/esther-mawioo-58b636225/

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## KEY FEATURES
- when a user clicks the "Add" button:
- A new book is added to the collection.
- The new book is displayed in the page.
- when a user clicks the "Remove" button:
- The correct book is removed from the collection.
- The correct book dissapears from the page.

## FUTURE FEATURES
- Navbar

## ⭐️ Show your support

If you like this project you can give it a ⭐️.

(back to top)

## 🙏 Acknowledgments

I would like to thank all my coding partners who helped me in understanding linters

(back to top)

## 📝 License

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

(back to top)