All Projects → YourName-App → MyDiary

YourName-App / MyDiary

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

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to MyDiary

Bandersnatch
💻 Interactive Black Mirror: Bandersnatch Paths Website 🎥
Stars: ✭ 169 (+634.78%)
Mutual labels:  movie
Filmsys
一个使用Vue全家桶和后台Express框架结合Mysql数据库搭建起来的移动端电影售票和管理系统,实现了热映、即将上映、电影和影院全局搜索、评论、选座、购票、点赞、收藏、订单等一系列购票和管理流程功能
Stars: ✭ 217 (+843.48%)
Mutual labels:  movie
ionic2 firebase shopping cart
Shopping cart built using Ionic2 and Firebase
Stars: ✭ 21 (-8.7%)
Mutual labels:  ionic2
Vue Movie
基于vue2.0构建的在线电影网【film】,webpack+vue+vuex+keepAlive+muse-ui+cordova 全家桶,打包成APP
Stars: ✭ 175 (+660.87%)
Mutual labels:  movie
Hack Movie
黑客相关的电视剧/电影/纪录片
Stars: ✭ 199 (+765.22%)
Mutual labels:  movie
Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
Stars: ✭ 2,711 (+11686.96%)
Mutual labels:  movie
Wxapp Douban Api Movie
Douban movie api data completed a WeChat applet wxAPP, very suitable as a small program beginners combat project!
Stars: ✭ 161 (+600%)
Mutual labels:  movie
torrent-indexer
Yet another node.js torrent scraper made especially for movie, series, anime and music (scrape from 1337x, eztv, limetorrents, rarbg, skytorrents, thepiratebay, torrentproject, yts and zooqle)
Stars: ✭ 50 (+117.39%)
Mutual labels:  movie
Moviehunt
Movie Android App written in Kotlin, MVVM, RxJava, Android Architecture Components.
Stars: ✭ 199 (+765.22%)
Mutual labels:  movie
ionic-dark-grey-theme
Dark Theme for ionic2 (ionic-conference-app as example)
Stars: ✭ 29 (+26.09%)
Mutual labels:  ionic2
Fluttergames
Flutter app for purchasing and renting games.
Stars: ✭ 182 (+691.3%)
Mutual labels:  movie
Imeiju mac
爱美剧Mac客户端
Stars: ✭ 193 (+739.13%)
Mutual labels:  movie
Qnapi
Qt-based, multi-engine, multi-platform subtitle downloader
Stars: ✭ 226 (+882.61%)
Mutual labels:  movie
Toshocat
Anime and Manga list app for desktop.
Stars: ✭ 174 (+656.52%)
Mutual labels:  movie
Random-Plex-Movie
Python App which chooses a random movie from your Plex Library.
Stars: ✭ 17 (-26.09%)
Mutual labels:  movie
Miniprogram
猫眼电影/Taro/微信小程序/React
Stars: ✭ 163 (+608.7%)
Mutual labels:  movie
Flaskmovie
【正在改版开发中,请勿使用!】Flask电影网站前台+后台管理。
Stars: ✭ 221 (+860.87%)
Mutual labels:  movie
ScuffedMDB
An open-source website to rate movies watched with friends, made with next.js & chakra-ui. Hosted on vercel.com.
Stars: ✭ 100 (+334.78%)
Mutual labels:  movie
esp32 ST7735 Movie
Movie Player on esp32 and ST7735
Stars: ✭ 38 (+65.22%)
Mutual labels:  movie
Douban
React-native 仿豆瓣电影 app
Stars: ✭ 236 (+926.09%)
Mutual labels:  movie

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].