Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code of real word production apps that using Cordova, Ionic-Framework

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

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

I now, that there is a lot of showcase and demo, but production apps have their own, code, project organization structure, build system organization, platform specific: html, sass, css tricks and it differ from demos which we are see at conferences and smth like.

like image 496
Alexandr Avatar asked Jan 05 '15 11:01

Alexandr


1 Answers

This question is too general I think but luckily you have a official showcase from ionic team.

Ionic apps showcase

But of course there are many more apps based on hybrid technologies, you may go through the following blog as well:

Hybrid sweet spot: Native navigation, web content

For code, you can start to google the apps up from the showcase. I think many of them are open source.


Edit based on the edits of the question :- While it is hard to find out different production level code for the problem/ solutions you are looking for. I think a better approach it to seek experience in blog posts.

That way you will be made aware of the pitfalls of different platforms faster that looking into a production level code, if you find one.

A few good resources I came across my ionic journey is :-

  1. What I learned building an app with Ionic Framework
  2. Top Tools and Resources for Hybrid App Development
  3. Who uses cordova
  4. Fresh food finder blog
  5. Snapper for Digital Ocean Released
  6. Admate for Chartboost Released
  7. Automate - BMW Hackathon App

Best code resources :

  1. Hacker News- https://github.com/leonsas/hn-ionic
  2. Fresh Food Finder - https://github.com/triceam/Fresh-Food-Finder (the best resource so far, that matches your requirements) - here is the supporting blog
  3. DropboxSync - https://github.com/ccoenraets/phonegap-dropbox-sync/tree/master/sample
  4. Green Mahjong - https://github.com/danbeck/green-mahjong
  5. Tweedie - https://github.com/aanon4/tweedie
  6. ToDo Matrix - https://github.com/divyenduz/ToDo
like image 144
divyenduz Avatar answered Sep 28 '22 16:09

divyenduz