Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazin-emad/todo-react-v2
In this version I used Redux to manage the states, This App allows You to manage Your daily tasks easily and efficiently.
https://github.com/mazin-emad/todo-react-v2
Last synced: about 2 months ago
JSON representation
In this version I used Redux to manage the states, This App allows You to manage Your daily tasks easily and efficiently.
- Host: GitHub
- URL: https://github.com/mazin-emad/todo-react-v2
- Owner: Mazin-emad
- Created: 2024-10-29T19:09:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:02:00.000Z (about 2 months ago)
- Last Synced: 2024-10-29T21:29:39.652Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://todo-react-v2-nine.vercel.app
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do V2
This is a simple To-Do application built with React that helps you manage your daily tasks efficiently. The app uses the browser's localStorage to save your tasks, so they remain even after refreshing the page or closing the browser.
LIVE DEMO ==> https://todo-react-v2-nine.vercel.app/## Features
- Add, edit, and delete tasks.
- Mark tasks as completed or pending.
- Data persists using the browser's localStorage.## Technologies Used
- **React**: A JavaScript library for building user interfaces.
- Redux & Redux Toolkit
- Feather Icons for icons
- **localStorage**: To store tasks locally in the browser.## Getting Started
1. Clone the repository to your local machine.
2. Install the necessary dependencies using `npm install`.
3. Run the project using `npm start`.