Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/selma-belhadj/to-do-list-app

This is a to-do list app that manages your daily tasks. It provides CRUD functionality for manipulating multiple completed tasks, and your data is saved in local storage each time you type something new.
https://github.com/selma-belhadj/to-do-list-app

css3 html5 javascript webpack

Last synced: 12 days ago
JSON representation

This is a to-do list app that manages your daily tasks. It provides CRUD functionality for manipulating multiple completed tasks, and your data is saved in local storage each time you type something new.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# TODO LIST APP

A simple to-do app for managing daily tasks built with Webpack, JavaScript, HTML, and CSS. With the functionality to add, edit, remove, delete multiple completed tasks and store them to local storage using a basic design.

![](./src/images/Screenshot.png)
## Live Demo

[Live Demo Link]( https://selma-belhadj.github.io/To-Do-list-App/)

## Built With

- HTML
- CSS
- Javascript

## Prerequisites
- Linters
- GitHub Flow
- Javascript

## Getting Started

- clone the repository by running
``` git clone [email protected]:selma-belhadj/To-Do-list-App.git ```
- navigate to the folder
``` cd To-Do-list-App ```
- Install packages
``` npm install ```
- Run the app
``` npm start ```

## Authors

👤 **Selma Belhadj**

- GitHub: [@selma-belhadj](https://github.com/selma-belhadj)
- Twitter: [@Bel_Selma16](https://twitter.com/Bel_Selma16)
- LinkedIn: [@selma-belhadj](https://www.linkedin.com/in/selma-belhadj/)

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

Thanks to [Ahmed](https://github.com/ahmedtaa) for this great idea.
Thanks to [Omar](https://github.com/omarsalem7) for this great webpack template.