Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
res
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MyDiary

A real-world mobile app implementation inspired by the movie Your Name.


Download

Installation

Install Ionic CLI and Cordova:
$ npm install -g ionic cordova
Clone a copy of the MyDiary git repo:
$ git clone https://github.com/YourName-App/MyDiary.git
Enter the MyDiary directory:
$ cd MyDiary
Install all dependencies and plugins:
$ npm install && ionic state restore
Use your own AngularFire2 settings in src/app/app.module.ts:
// AF2 Settings
export const firebaseConfig = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  storageBucket: "",
  messagingSenderId: ""
};
Run the app in the browser:
$ ionic serve
Visit the official Ionic website for details.

Screenshot

ImgurImgurImgur ImgurImgurImgur

About

A real-world mobile app implementation inspired by the movie "Your Name". 🌠

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.