ToDoList

This project was generated with Angular CLI version 12.2.18.

Alt text

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Where Can I see the project?

In the link below you can see the project running:

My TodoList Project

What is the project about?

This project is a simple TodoList, where you can:

  • Add a new task
  • Remove a task
  • Mark a task as done
  • Mark a task as undone
  • Update a task
  • Filter the tasks by status (done, undone, all)

What technologies were used?

Technology Description
Angular Framework used to build the project
TypeScript Language used to write the code
HTML Language used to write the structure of the project
CSS Language used to style the project
Vercel Platform used to deploy the project