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

https://github.com/fuadmoin/todolist

To-do-lists is a simple project built to help users stay organized. Users can create, edit and delete a task. Built with HTML, CSS, and JavaScript. And bundled with Webpack.
https://github.com/fuadmoin/todolist

css html5 javascript webpack

Last synced: 3 months ago
JSON representation

To-do-lists is a simple project built to help users stay organized. Users can create, edit and delete a task. Built with HTML, CSS, and JavaScript. And bundled with Webpack.

Awesome Lists containing this project

README

          



logo

To-do List

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [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

**To-Do List** is a simple project built to help users stay organized, productive, and motivated in their work and life. Users can create tasks. The created tasks will be saved to local storage and will be displayed. Then, users can edit and mark tasks as complete on the website. They can also delete a single task or multiple tasks at once.

## 🛠 Built With

### Tech Stack

- **HTML, CSS, and JavaScript**

### Key Features

- **HTML styled with css and javascript**
- **Uses webpack**

(back to top)

## 🚀 Live Demo

> Check out the live demo for this project [here](https://fuadmoin.github.io/TODOLIST/dist/).

(back to top)

## 💻 Getting Started

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

### Prerequisites

Web Browser, Code Editor.

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone https://github.com/fuadmoin/TODOLIST.git
```

### Install

VS CODE

### Usage

```
code .
open the index file with live server
```

### Run tests

change the value of the index to see if the order of the task is being changed.

### Deployment

You can deploy this project using Github-Page.

(back to top)

## 👥 Author

👤 **Fuad Abdlemoin**

- GitHub: [@fuadmoin](https://github.com/fuadmoin)
- Twitter: [@Fuad01804580](https://twitter.com/Fuad01804580)
- LinkedIn: [Fuad Moin](https://www.linkedin.com/in/fuad-moin-a7b126259/)

(back to top)

## 🔭 Future Features

- [ ] **[users will be able to input tasks]**
- [ ] **[tasks will be displayed based on their order]**
- [ ] **[users will be able to delete tasks that are completed]**

(back to top)

## 🤝 Contributing

Contributions, [issues](https://github.com/fuadmoin/TODOLIST/issues), and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project please consider starring it.

(back to top)

## 🙏 Acknowledgments

I would like to thank my coding partner [@Baqar](https://github.com/baqar-abbas) for helping me on this project with me.

(back to top)

## 📝 License

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

(back to top)