To-do app for the browser that allows us to see the tasks we have pending, we can add, edit, delete, mark as favorite and as completed
Tip
About how install the proyect:
npm install
npm run watch
gulp watch
npm run build
Note
Features To Do App
- Ability to add a task with a title
- Ability to mark a task as completed
- Ability to delete a task
- Data persistence (tasks remain after refreshing the browser)
- Mark a task as a favorite