Code for real word creation apps using Cordova, Ionic-Framework

Can someone provide samples, links to repositories (github or smth) of real-word applications that are in production and using Cordoba, Ionic-Framework?

For example, the wikipedia mobile app is here: https://github.com/wikimedia/WikipediaMobile , but it has been updated a long time ago. I am looking for fresh cases.

Now I see that there is a lot of demonstration and demonstration, but production applications have their own, code, organizational structure of the project, organization of the assembly system, platform specificity: html, sass, css tricks, and it differs from the demos that we see on conferences, etc.

+6
source share
1 answer

This question is too general, I think, but, fortunately, you have an official showcase from the ion team.

Icon Applications

But, of course, there are many more applications based on hybrid technologies, you can also find on the following blog:

Hybrid Sweet Spot: Natural Navigation, Web Content

For code, you can run google applications from the storefront. I think many of them are open source.


Change based on question changes: - Although it is difficult to find a different production level code for the problem / solution you are looking for. I think it's best to go looking for experience in blog posts.

This way, you will learn about the traps of different platforms faster by looking at the production level code if you find it.

Some good resources that I stumbled upon my ionic journey: -

Best code resources:

+14
source

Source: https://habr.com/ru/post/980520/


All Articles