
Personalyze App
Ionic and Angular, firebase, bootstrap and capacitor
$65.00
Details
- Version:
- 6.0.0
- Ionic:
- 4.x
- Platforms:
- iOS, Android
- Released:
- 1 year ago
- Updated:
- 1 day ago
- Category:
- Starters
- Tags:
- ,
Personalyze App
by Ionic Designs
Demo
See a webview demo here
Description
Personalyze is an app starter built for ecommerce, blogging, digital biomarkers and fitness apps. The template has a few tools and components to kick start your own app development. The template uses latest versions of Ionic and Angular, firebase, bootstrap and capacitor for native functions.
Tech
- Ionic 6
- Angular 11
- bootstrap - twitter bootstrap style
- capacitor - bridge for native fucntionality
- firebase - persist data in realtime
Features
this app starter has over 30 screens and functionailty including:
- social login capabilities
- manage a blog posting (with image upload)
- adding reviews and rating
- searching for trainers and gyms (dummy data)
- set and track goals and metric with charts
- chat or call trainers and gyms
- upload images to firestore
- persist realtime data with firebase
- social sharing
- image preview
- modify and persist user settings
- google maps (places search, geocoder, markers and info window)
- scheduler (in-app calendar)
- swipable items and swipe to reveal options
- empty data states
- handle error states
and much more!!
Start up
- install Ionic CLI
npm install -g @ionic/cli
- install dependencies
npm
cd <project/folder>
npm install
- install firebase functions dependencies, navigate to functions folder and run npm install
npm
cd <project/folder>/functions
npm install
- run the app on localhost
npm
ionic serve