This is a simple React-based TODO web application that allows users to create, edit, update, and delete tasks in real-time.
- Add new tasks
- Edit existing tasks
- Update tasks in real-time
- Delete tasks
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/Ashutosh0x/React-Todo-app.git
- Navigate into the project directory:
cd todo-react-app
- Install dependencies and Run
npm install
npm start