/pic-app

An image browsing app using react-native.

Primary LanguageJavaScript

<<<<<<< HEAD

pic-app

Image Browsing App

=======

Pictour - Image Browsing App

Pictour is a react native app which lets you browse images using different keywords. The project was developed using the Expo framework and all the image data are fetched from the Pixabay api.

Installation

  • Install expo-cli globally
yarn add --global expo-cli
  • Navigate to the project directory and install the node modules with the following command using yarn or npm
cd pic-app
yarn install
  • Start the development server
expo start

This will start the Metro Bundler, which is an HTTP server that compiles the JavaScript code of the app using Babel and serves it to the Expo app.

Opening the app on your phone - Source: Expo

  • 🍎 On your iPhone or iPad, open the default Apple "Camera" app and scan the QR code you see in the terminal or in Expo Dev Tools.
  • 🤖 On your Android device, press "Scan QR Code" on the "Projects" tab of the Expo client app and scan the QR code you see in the terminal or in Expo Dev Tools.

Demo

  • A practical demonstartion of this app can be found here.

a60b5dbebfbe233dffda8e4b2326c13256498925