ToDo App built with HTML5, CSS3 and JavaScript. UI design included.
- Ability to add new tasks.
- Ability to delete tasks.
- Ability to modify tasks.
- Ability to list tasks.
- Ability to mark tasks as completed.
The app has the capabilty to deliver all the requeriments. For the storage of the tasks I used LocalStorage and different techniques that includes functional programming and object destructuring.