Skip to content

React Native app for food and businesses search using yelp api.

Notifications You must be signed in to change notification settings

egzoniar/food-search

Repository files navigation

food-search

React Native app for food and businesses search using yelp api.

Demo Screenshots:





Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You can either clone or download this repo, then go to project dir and install dependecies

npm install

Then install expo dependencies

expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view

To be able to make requests to yelp api you have to generate your own key by creating an account to their website and click "Get Started" button

  • Once you get your key, create a file in root directory named 'yelp-api.keys.js'.
  • File should look like this: export const API_KEY = "YOUR API KEY GOES HERE"

And your good to go!

About

React Native app for food and businesses search using yelp api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published