https://github.com/martijnvos/napp
Note taking PWA built with Polymer and Firebase
https://github.com/martijnvos/napp
firebase polymer pwa
Last synced: over 1 year ago
JSON representation
Note taking PWA built with Polymer and Firebase
- Host: GitHub
- URL: https://github.com/martijnvos/napp
- Owner: Martijnvos
- Created: 2018-08-22T09:45:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T10:26:17.000Z (almost 8 years ago)
- Last Synced: 2025-02-04T19:25:55.657Z (over 1 year ago)
- Topics: firebase, polymer, pwa
- Language: HTML
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Napp
## Summary
Napp is a simple note taking app created based off of the Google Codelab named ['Build a Progressive Web App with Firebase, Polymerfire and Polymer Components
'](https://codelabs.developers.google.com/codelabs/polymer-firebase-pwa/index.html#0).
The app contains Google login functionality which provides you your own account to store information in.
This way the notes sync across multiple devices, as long as you are logged in with Google.
The following technology is incorporated in this app (as hinted at by the Codelab title):
* Progressive Web App (PWA) functionality including the graceful handling of an offline client
* Firebase as a backend to store the information in
* Polymer for the user interface components
The package manager Bower is used to put it all together.
## Interface

## Run the application
Spinning up a development server (default port 5000) in localhost is as easy as running the following command:
```
firebase serve
```