Simple Angular todo app built with standalone components.
- Add new todos
- Mark todos as done
- Edit existing todos
- Delete todos
- Filter by all, active, or done
- Save todos in local storage
todo-app/- Angular application
From the todo-app folder:
npm install
npm startOpen http://localhost:4200/ in your browser.
cd todo-app
npm run build