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

https://github.com/shasherazi/todolist

To Do List is a simple web application built with JavaScript that allows users to add, remove and edit tasks from a list.
https://github.com/shasherazi/todolist

javascript webpack

Last synced: about 1 year ago
JSON representation

To Do List is a simple web application built with JavaScript that allows users to add, remove and edit tasks from a list.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 To Do List

**To Do List** is a simple web application that allows users to add and remove tasks from a list. The user can also edit the tasks.

## 🛠 Built With

- HTML
- CSS
- JavaScript

### Key Features

- **Add new task**
- **Mark task as complete/incomplete**
- **Delete completed tasks**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://shasherazi.github.io/toDoList/)

(back to top)

## 💻 Getting Started

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

### Prerequisites

There are no prerequisites for this project.

### Setup

Clone this repository to your desired folder:

```sh
cd toDoList
git clone https://github.com/shasherazi/toDoList.git
```

## 👥 Authors

👤 **Author1**

- GitHub: [@shasherazi](https://github.com/shasherazi)
- Twitter: [@shasherazi](https://twitter.com/shasherazi)
- LinkedIn: [shasherazi](https://linkedin.com/in/shasherazi)

(back to top)

## 🔭 Future Features

- **Drag and drop**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project then give it a star ⭐️.

(back to top)

## 📝 License

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

(back to top)