/angular-todo

todo app using Angular

Primary LanguageTypeScript

AngularTodo

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.

To Run Locally

  • 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

Technologies

  • Angular CLI version 16.2.0
  • CSS
  • Routing

Scheme

My Image