Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/selma-belhadj/to-do-list-app
- Owner: selma-belhadj
- Created: 2022-01-12T12:22:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T18:41:56.000Z (about 3 years ago)
- Last Synced: 2025-01-13T13:13:36.819Z (17 days ago)
- Topics: css3, html5, javascript, webpack
- Language: JavaScript
- Homepage: http://selma-belhadj.me/To-Do-list-App/
- Size: 587 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.