Ionic PWA Starter

Overview

A fully working ToDo PWA Starter Kit to help kickstart your own App.

  • Ionic Framework (v4) for a native-look feeling
  • Angular as the frontend framework
  • Google Firebase for the backend (such as auth, database, storage, functions)

Features

  • Two Different Navigation Templates
    • Single Page (Home)
    • SideMenu/SplitPane (for authenticated users)
  • Firebase Authentication
    • Google
    • Facebook (will require Facebook App configuration)
    • Twitter
  • Profile Page
    • Set username
    • Upload profile image
    • Thumbnail generation through Firebase Cloud Functions
  • Interactive Note List
    • Add Note
    • Delete Note
    • Add/Edit Note Modal Page

Requirements

  • Ionic
  • Angular
  • Google Firebase
  • NPM/Node
  • Javascript knowledge

Instructions

Included in README file.

Related