This is simple TODO LIST
The Application should provide the following functionality:
- Add a task with title
- Task list is sorted in reverse order by the task title
- Edit a task
- Mark a task as completed
- Remove a task
- Persist tasks between working sessions (it could be LocalStorage)
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.