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/
- Add, edit, and delete tasks.
- Mark tasks as completed or pending.
- Data persists using the browser's localStorage.
- React: A JavaScript library for building user interfaces.
- Redux & Redux Toolkit
- Feather Icons for icons
- localStorage: To store tasks locally in the browser.
- Clone the repository to your local machine.
- Install the necessary dependencies using
npm install. - Run the project using
npm start.