Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`.