Angular Todo App is a simple todo list app built with Angular. He’s here for helping me learn Angular.
It’s very obvious to use it, for example, just add a new todo item to the list.
After adding the angular CLI, you go to the root of the project and then:
$ ng serve
Application will run on http://localhost:4200
this version use a placeholder to mock the database. The mock come from https://dummyjson.com It’s possible to have some issues on Put methods.
Only Get methods comes from server. The others methods are simulated on the server and not relevant for the application.
When other version comes, obviously with a local API in NodeJs or Java problems will be solved.
For the design we use Angular Material package.