This is a simple To Do application built with React. The purpose of this project is to learn and practice CRUD (Create, Read, Update, Delete) operations in a React application.
- Add new tasks
- View a list of tasks
- Save task on local storage
- Edit tasks
- Delete tasks
- React
- CSS