This is a solution to the Todo App Challenge on Frontend Mentor
Users should be able to:
- Add new todos to the list
- Mark todos as complete
- Delete todos from the list
- Filter by all/active/complete todos
- Clear all completed todos
- Toggle light and dark mode
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Drag and drop to reorder items on the list
- Angular 17.0.3
- Angular CDK
- SASS
- UUID
- Mobile-first workflow
With this project, I was able to reinforce concepts of Angular and its environment. Furthermore, for the first time I used Angular CDK, and got to know and use the UUID package.