Ideas For Simple APP in Ionic

Hello guys/girls,

Can you just suggest me some ideas for building something in IONIC APP.

Not so big applications but simple applications in IONIC

Do reply and thanks

build an app to mark places on a map and add a comment, a date and photo.
Something like a diary app, but you can connect your day/dream or what else with a place in reality ;).

You need no backend
Using native components:
using indexed db or sqlite plugin for cordova
using camera plugin

three views:
Startpage --> where you can add a new entry --> form validation
a listview (maybe sortable and searchable)
a detail modal if you click on an entry

specials:
maybe a sidemenu or something like that to handle other stuff.

2 Likes

A todo list app would be very doable