#ionic Currency Converter
▻https://hackernoon.com/ionic-currency-converter-8f33d3d76d2d?source=rss----3a8144eabfe3---4
Let’s learn ionic by creating a simple real-world application.Credits: PexelsI have been developing web applications using #angular in recent past days. Since I decided to expand my knowledge not only in web development but also in mobile application development. I decided to go with the Ionic framework first.The reason I wanted to go with ionic is its all about #javascript (Well yeah I love JavaScript). Also ionic follows the same concepts as in Angular.It has its own UI components structure as in Angular.It uses #typescript which is a superset of JavaScript.It contains the features of Angular.Now let’s jump to the topic. You can not learn anything by reading or following tutorials. In order to learn any programming language or framework, you should try it out in the real world. That’s how I (...)