Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t18n/ionic-react-photo-gallery
One codebase simple Photo Gallery app that runs on multiple platforms (Web, iOS, Android) using Ionic React
https://github.com/t18n/ionic-react-photo-gallery
hybrid-application ionic ionic-react pwa react typescript
Last synced: 7 days ago
JSON representation
One codebase simple Photo Gallery app that runs on multiple platforms (Web, iOS, Android) using Ionic React
- Host: GitHub
- URL: https://github.com/t18n/ionic-react-photo-gallery
- Owner: t18n
- Created: 2020-04-05T01:30:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T01:30:56.000Z (almost 5 years ago)
- Last Synced: 2024-11-11T05:33:13.561Z (2 months ago)
- Topics: hybrid-application, ionic, ionic-react, pwa, react, typescript
- Language: TypeScript
- Homepage: https://ionic-react-photo-gallery.turbothinh.now.sh
- Size: 788 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Ionic React Photo Gallery
One codebase simple Photo Gallery app that runs on multiple platforms (Web, iOS, Android) using Ionic React## Features
- Take a photo
- Save photo to storage
- Show a list of taken photo
- Delete a photo from storage and gallery## Prerequisite
- Node installed
- Yarn installed
- XCode set up with iOS emulator
- Android simulator## Getting started
- Clone the project and cd to project folder
- Run `yarn install` to install dependencies
- Run `yarn build` to create build
- Run `yarn dev:web` to start the web project with hot reload
- Run `yarn dev:ios` to start iOS app (may need to build project from XCode) with hot reload
- Run `yarn dev:android` to start iOS app (may need to build project from Android Studio) with hot reload