Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 546 Bytes

React Redux Todo App

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.

Features

  • Add a new task
  • Edit an existing task
  • Delete a task

Getting Started

To run this app locally, follow these steps:

  1. Clone the repository:

  2. Install dependencies:

cd react-redux-todo-app npm install

  1. Start the development server:

npm start


4. Open your browser and go to [http://localhost:3000](http://localhost:3000) to use the app.