The objective of the exercise is to display a list of tasks with two statuses: completed and incompleted. In addition, several filtering options are available.
Public project
https://adhvalle.github.io/todo-list-app/
Screenshot
Technologies
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Run Unit Tests with Vitest
npm run test:unit