A simple and responsive todo list application built with Angular 15.
Users can add, delete, edit and mark tasks as completed.
All tasks are stored in local storage, so they persist between sessions.
🔗 Live Demo: (https://pasha1932.github.io/angular_todo-app/)
- Add new todo items
- Mark items as completed
- Edit tasks
- Delete tasks
- Delete all tasks
- Toggle all tasks
- Responsive UI
- Local storage support
- Angular CLI v15.2.2
- TypeScript
- HTML & SCSS