Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2.06 KB

README.md

File metadata and controls

70 lines (54 loc) · 2.06 KB

Frontend Mentor - Todo App solution

This is a solution to the Todo App Challenge on Frontend Mentor

Table of contents

Overview

The challenge

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

Screenshots

Desktop

desktop-dark.png desktop-light.png

Mobile

My process

Built with

What I learned

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.

Author