/yelp-clone

Primary LanguageJavaScript

Yelp-clone

Introduction

Yelp-clone is an application built using React-Native (expo).

Table of Content

Features in the application

  • Users can search for restaurants using keywords (like Delis, Pizza, etc)

Technology Stack used

  • React-Native (expo)

Getting Started

  • Before cloning the repo, make sure you have expo installed on your local machine
  • Clone the repo to your local machine
> $ git clone https://github.com/billmike/yelp-clone.git
  • Change directory into the yelp-clone directory
> $ cd yelp-clone
  • Install all required dependencies using npm or yarn
> $ npm install

or

> $ yarn
  • Once installation is done, Start the application by running expo start. If you are on a Mac, you would have options to start the app on both an iOS simulator (by pressing i in the terminal) and an Android emulator (by pressing a in the terminal). If on a windows machine, running expo start --android with an open android emulator should start up the application.