This project supports full CRUD operations using LocalStorage, includes filtering options, and is fully styled with CSS.
- ๐โโ๏ธDeveloped by Bita Shahsavan
- ๐งContact with me : LINKEDIN
- ๐Created : july 2023
- โTechnologies : Html , Css , javascript , React
This Todo App demonstrates how to manage data entirely on the client side using LocalStorage with React, supporting full CRUD operations and filtering options.
You can expand this project with features like categories, user authentication, or integration with an external API.
-
โ Add new todos
-
โ๏ธ Edit existing todos
-
๐ Toggle completed / not completed
-
๐๏ธ Delete todos
-
๐พ Save data in LocalStorage (no backend required)
-
๐ Filter todos (All, Completed, Uncompleted)
-
๐จ Styled with CSS
. React | javascript (ES6+) | Css | LocalStorage API
-
Clone the project:
git clone https://github.com/bitashahsavan/todo_app.git -
Install dependencies:
npm install -
Start the development server:
npm start
