/travel

React native travel app using firebase

Primary LanguageJavaScript

Travel App

An app that recommmends popular tourist destinations to users based on specified categories.

Technologies Used

  • React Native
  • Firebase for the backend
  • Upcoming features

  • Allow filtering by categories
  • Pull data from a tourism API to recommend randomized location
  • Implement Google Maps to allow searching destinations
  • Setup

    Clone the repository

    Via HTTPS: git clone https://github.com/nklmantey/react-native-travel-app.git

    Via SSH: git clone git@github.com:nklmantey/react-native-travel-app.git

    Steps

  • iOS & Android package installation: npm install / yarn add
  • Start server: npm start / yarn start
  • Run app: npx react-native run-android / npx react-native run-ios
  • Alternatively, you can start both the serever and the app up by: npm run android / npm run ios
  • Enjoy this template!!