What are you building with Ionic? We want to know!

Hi Folks,

I took one day App challenge and created a very simple and highly customizable Flashlight App. It’s already up and running on Android Playstore : [Flashlight Android App][1]

It was really easy and fast to built on Ionic and CLI support for App Icon creation made it simple to publish without delay.

Thank you Ionic Team !
[1]: https://play.google.com/store/apps/details?id=com.naveenkarippai.flashlight&hl=en

1 Like

Hi All,

My social networking app for live poker players is now live on Google Play - https://play.google.com/store/apps/details?id=com.pokerdiy.PokerDIYGameFinder

Find home poker games in your area or post your own game (powered by http://www.pokerdiy.com). Developed using Teletik AppBuilder with an Azure backend and of course Ionic!

Any feedback appreciated…

image

1 Like

I’m working on Rubyonic. Rubyonic is a premium theme you can use for your Ionic apps. Rubyonic is based on a Mobile UI I designed for this purpose. It will have the most used screens with future updates.

I’ll also be giving my experiences in designing for ionic in my upcoming site, so if you’re interested in some time saving tips you could subscribe below:

http://audacitus.com/rubyonic/#ionic-soon

Much thanks to the Ionic Team for Ionic!

http://audacitus.com/rubyonic/images/ruby-screens.png

8 Likes

How did you get such an awesome list. I just started learning IONIC. Any links that you can point me to to learn this. Thank you!

I’ve created a local music app called Strumly, but it’s currently only available in the US. If you check out an artist profile page you’ll see that I managed to reproduce the “pull and zoom” effect that you see a lot now. Though it wasn’t an entirely difficult effect to do, it took some creative thinking, and I’m proud of it, haha.

6 Likes

I’m creating a online board game using ionic framework. still figuring out how to implement background sound and on-click sounds.

I want to buy this from you.

think u might wanna use the html5 audio and auto run it when ever u need to check this out

1 Like

A quiz of explosive fun for you and your friends. Either you win or you die!

Built with ionic 1.0.0 beta 14. Works equally well on iPhone and iPad.

Hi scyla. Subscribe at the link you quoted and you’ll get updates as its coming soon.

Are You Free ?
Helps you find friends who are free for doing something without contacting them one by one! Veryyy veryyy simple!

http://areyoufree.me
http://areyoufree.me/assets/images/AYF_text_logo.png
Lot to be improved in the future but we just released it in the app stores !

Feel free to try it & share it with your friends. At first you will add your friends manually :smile:
Feedbacks will be welcomed too !

Check out “I P L T20 Cricket Tracker” - https://play.google.com/store/apps/details?id=com.bhavikcpatel.ipltracker

Beautiful animation!
Material design is new to me. Seems like it was easy to integrate it with Ionic.

Tried to check in android app. But your website’s download links seem not working.

Hi @massanishi,

Integarting ngMaterial to Ionic was easy. I had to do some tweaks though to make it look good and still seemed to lag in some devices (alpha version issues). I played around with CSS transitions, keyframes and also used ngFx JS animations library. It’s easier to use animations on AngularJS !

Good job! Well laid out and great concept.

We’ve made GoGu app, a modern and digital diary for your child!!!
You can share steps with family and friends!

— The easiest and fun way to keep track of your baby’s most memorable steps. A personal diary you can share, print or turn into a video. —

www.goguapp.com

Check it out and let us know if you like it or if you have some suggestions!

Ios: http://apple.co/1PgbeY4
Android: http://bit.ly/1zfLzN5

http://goguapp.com/banner_adv_en.png

4 Likes

We built a new app called Off the Clock that will be going in to beta shortly. I’d love to hear what you think - you can sign up for early access at http://www.IAmOffTheClock.com - we’ll be opening it up shortly. Here’s some quick info about it:

Off the Clock is your place to talk, share, confess, laugh, cry, complain, rave, scream, gossip, ask questions, vent, gush and commiserate about your job privately with your Friends & anonymously with the World.

When something happens at work, Off the Clock is your place to talk about it!

  • Anonymously share pictures and thoughts about your job.
  • Meet other people from around the world with your same job and see what they’re sharing.
  • Talk privately with your coworkers about work - with no risk of getting in trouble!
  • Comment with animated GIFs and stickers!

Short appstore video here: http://youtu.be/inhdKRpdiiQ

Built with: Ionic Beta-14, Cordova, Crosswalk, Parse, Amazon S3 and Blitline

1 Like

how can i get a tabs animation now?

For Ludum Dare 32, which is a 48h game challenge, I made a web game using Ionic Framework and Angular. If you played Settlers of Catan, you will recognize this as a single player mini variant of that game.

Try it (post competition version with some bugs fixed)

Github

Ludum Dare competition entry

image

To publish the game, I simply uploaded the www directory to a web host and it works quite well in most modern browsers even though only chrome and safari is officially supported by Ionic. The game graphics is drawn using an inline svg which thus make use of ng-repeat to draw the game objects to screen. At the moment audio is not working on phones and tablets, as I haven’t worked around the issues to accomplish that. Thus this Ionic app is a bit backwards in that it works better in a computer browser than on phones at the moment.