Yelp-clone is an application built using React-Native (expo).
- Users can search for restaurants using keywords (like Delis, Pizza, etc)
- React-Native (expo)
- 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 pressingi
in the terminal) and an Android emulator (by pressinga
in the terminal). If on a windows machine, runningexpo start --android
with an open android emulator should start up the application.