Todo list application built with React to manage your daily tasks.
Features
- Tasks are displayed in a list.
- Tasks can be marked as completed.
- Tasks can be deleted.
- Tasks are locally saved using localStorage.
$ npm install
# Compiles for production
$ npm run build
# production mode
$ npm run start