Find delicious restaurants using Yelp API.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project is a starter app to help you get started with creating a restaurants app using the Yelp API I started this project to practice developing. By no means is this project polished or finished. Feel free to build upon it.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
To get a local copy up and running follow these simple example steps.
There are a few thing you will need.
- npm
npm install npm@latest -g
- Get a free API Key at https://www.yelp.com/developers/v3/manage_app
- Clone the repo
git clone https://github.com/tayek333/Food-Yelp-App
- Install NPM packages
- Axios
npm install axios
- React Navigation
npm install @react-navigation/native
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack
- Enter your API in
yelp.js
Authorization: 'Bearer [YOUR API KEY HERE]'
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Tarek Bukhari - @tarek_bukhari - tarekbukhari123@gmail.com
Project Link: https://github.com/tayek333/Food-Yelp-App