For this project we were asked to create a
digital version of a To Do List;
WITH THE FOLLOWING REQUIREMENTS:
- Semantic HTML, SCSS
- Usage of BEM Methodology
- Responsive design
- Javascript
- The DOM
- Event listeners
- input box;
- Add task button;
- a task filter;
- checkbox;
- delete button;
- completed task line-through;
- An array or object to store the tasks;
- Storage of todos tasks in the localstorage and retrieve on load;