tankarasu.github.io

Angular Todo App

What is it?

Angular Todo App is a simple todo list app built with Angular. He’s here for helping me learn Angular.

How do I use it?

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

Versions and Features


version 1.0.0

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.