- React
- TypeScript
- Initialize the project with Vite
- Add linter for TypeScript + React
- Add styles of the TodoMVC
- List all Todo's
- Being able to delete a todo
- Mark todo as completed
- Footer
- Add form to filter todos
- Show number of the todos pending
- Add form to remove all todos completed
- Header
- Create heador with input
- Create a todo
- Being able to edit the text of a todo
- Add animations
- Switch to reducer
- Synchronize with backend