Skip to content

arashlabafian/react-native-travel-app

Repository files navigation

Travel App

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

Update

Disabled both email provider and Google sign-in provider from Firebase, due to the amount of unwanted test emails in my console. You'll have to manually set up Firebase in your project to be able to carry out user authentication. Thanks :)

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/arashlabafian/react-native-travel-app.git

    Via SSH: git clone git@github.com:arashlabafian/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
  • Project Status

    In progress

    Improvements

    Wasn't built responsively and so may appear wonky on devices with differing screen dimensions.

    Screenshots

    1welcome

    2signup

    3login

    4home

    5info

    6details

    6details

    6details

    6details

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published