Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 451 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 451 Bytes

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