This is a simple todo list app built with ReactJS. It allows you to add, edit, and delete tasks in a list.
- Clone the repository to your local machine.
- Open a terminal and navigate to the project directory.
- Run
npm install
to install the necessary dependencies. - Run
npm start
to start the development server. - Open a web browser and navigate to
http://localhost:3000
to view the app.
To add a new task, type the task name in the input field and click the "Add" button.
To edit an existing task, click the task name in the list, make the desired changes, and click the "Save" button.
To delete a task, click the "Delete" button next to the task name in the list.