DEV Community

Cover image for From Angular to Ionic - Todo App - Tutorial
Zoltan Halasz
Zoltan Halasz

Posted on

From Angular to Ionic - Todo App - Tutorial

This is the Ionic 5 version of the Todo app presented in previous posts, without applying the formatting and Web Api. My goal was to practice my Angular lessons from last year, and do this with the trendy Ionic framework.

Prerequisites:
a.) javascript/angular intermediate knowledge
b.)check the following Ionic documentation https://ionicframework.com/docs/components/
Especially: button, input, card, alert.
c.) And also please check the steps for creation of simple apps in Ionic:
https://ionicframework.com/getting-started/
d.) code is commented for a better understanding. It's the angular/typescript component file that contains the whole logic, described in the comments, see repo.

Web version is live under the link:
https://ionic5-todo.zoltanhalasz.net/

Todo App Live

Repository - zipped.
https://drive.google.com/file/d/14v_qlDgXFgpbiolKVBz-DbWQSJP2ruKU/view

Top comments (0)