The name of this project is To-Do App.
This project was bootstrapped with Create React App.
This will start the app in development mode. You can then access the app at http://localhost:3000.
Todo App My Todo App is a simple to-do app built with React that allows you to manage your tasks. It provides features to add, delete, and update tasks, and utilizes local storage for persistent data storage.
The code for the app is available on GitHub: My To-Do Github Repo.
The app has the following features:
- Add new tasks
- Delete tasks
- Update tasks
- Save tasks to local storage
- Open the app in your browser.
- Enter a new task in the text field.
- Click the "Add" button to add the task to your list.
- To delete a task, click the "Delete" button next to the task.
- To update a task, click the "Update" button next to the task and enter the new text.
- Add more features, such as the ability to mark tasks as complete
- Improve the user interface
- Add unit tests
This app was created by Nnaji Benjamin.