A simple react app to manage daily your daily todos.
- Create new todo with date and descrption of the task.
- Remove a todo from the list when it's done.
- Clone the project into desired location and
cd
into the project folder. - Run
npm start
- Clone the project into desired location and
cd
into the project folder. - Run
docker-compose up
Note: At present the todos are getting saved locally and is not persistent since no database or data storage has been used. It's an intended feature to be done in the next version of this project.