Classic Todo application with the best Angular practices. User may add todo, change, delete, mark it as done. Data is saved in local db.json.
- clone the repo
- use npm install to install all the dependencies
- run
ng serve --open
to run locally - run
json-server --watch db.json
to run server locally
- Angular CLI version 16.2.0
- CSS
- Routing