One iOS & Android mobile application by using React-native framework async calling public Open RESTful Apis (e.g. Studio Ghibli Api, TMDb Api), as well as AniList GraphQL Api, for fetching movie info and stage photos of firms made by Studio Ghibli.
# install
yarn
cd ios
pod install
# Modify API KEYs in .env
# ios
yarn ios8 #run Iphone 8 Simulator
# yarn ios8p #run Iphone 8 Plus Simulator
# yarn ios11 #run Iphone 11 Simulator
# Android
# open avd manager emulator, sdk 28 or newer
yarn android
06/20/2022
- Optimize code structure, fix iOS version
06/18/2022
- Upgrade dependencies
- Migrate from JS to TS
11/25/2019
- Replace
ghibliapi
with Anilist GraphQL Api - Optimize codes
11/24/2019
- Integrate with themoviedbAPI & Google Custom Search API
- Improve detail pages with highlight photos
11/23/2019
MIT @ Vince Cao