This is a simple Todo App built using React and Redux. It allows you to add, edit, and delete tasks in a list. The app uses Redux for state management.
- Add a new task
- Edit an existing task
- Delete a task
To run this app locally, follow these steps:
-
Clone the repository:
-
Install dependencies:
cd react-redux-todo-app npm install
- Start the development server:
npm start
4. Open your browser and go to [http://localhost:3000](http://localhost:3000) to use the app.