/Restaurants

App show list of Restaurants of a specific location.

Primary LanguageJavaScript

Restuarants

Restaurant App show a list of restaurants of a specific location. This task is part of Inova hiring process. This taks is part of Inova hiring procces.

Restaurants App is a mobile application that display a list of restaurants from Yelp API developed with react-native.

Getting started

Setup the development environment

Follow the instructions from react native docs. Install Yarn

Installation

  • Clone this repo or download the ZIP file.
  • Make your own API_KEY
  • Create .env file in your project root and add the api key API_KEY=YourApiKey
  • Open the terminal inside the project root.
  • Run the following commands :
    • yarn install to download the dependencies and generates node_module.
    • yarn start to starts Metro Bundler.
    • yarn android to run on android device/emulator.
    • yarn ios to run on ios device/emulator. (Note: I havn't tested the app on ios machine)

API and External libraries

More about the app

The app main functionality is to displays a list of restaurants sources fetched through a web API.

The app contain 2 main screens :

  • Home Screen, which contains a list of restaurants

  • details screen to show the restaurant main address on map with showing its addresses as a text.

TODO