How do I best create a tiles like front end

I would like to create a front end of an ap similar to this:

Screenshot_20170815-201851

basically like tiles I suppose… with one or more tiles spanning the entire screen.

This looks like a direct <ion-grid> application with 50% columns in some rows, and single columns in other rows. You can probably achieve this with ion-cards with styling inside them. You should read up about the ionic grid system. If you are looking for flippable cards, look at https://www.joshmorony.com/build-a-custom-flash-card-component-in-ionic-2/ for a custom component that does a cute flip around.

2 Likes