Skip to content

This React Native app allows users to search for restaurants in Istanbul and view details about them.

Notifications You must be signed in to change notification settings

furkan-dogu/Restaurant

Repository files navigation

Restaurant Search App

About the Project

This React Native app allows users to search for restaurants in Istanbul and view details about them.

Table of Contents

Technologies Used

  • Expo: Development platform for mobile apps and web.
  • React Native: Framework for building native apps using React.
  • React Navigation: Routing and navigation library for React Native apps.
  • Axios: Promise-based HTTP client for making requests.
  • Yelp API: API for retrieving restaurant data.

Usage

  • Use the search bar to search for restaurants by name.
  • Tap on a restaurant to view more details about it, such as its name, phone number, and photos.
  • Restaurants are categorized by price: "₺" (cheap), "₺₺" (moderate), and "₺₺₺" (expensive).

Technologies Used

Restaurant Search App (folder)
│
├── api
│     └── yelp.js
├── assets
│     └── [images]
├── components
│     ├── ResultDetail.js    
│     ├── ResultList.js   
│     └── SearchBar.js
├── hooks 
│     └── useResults.js
├── screens
│     ├── ResultShowScreen.js    
│     └── SearchScreen.js
├── .gitignore
├── App.js
├── app.json
├── babel.config.js
├── package-lock.json
├── package.json
└── README.md

Screenshots

About

This React Native app allows users to search for restaurants in Istanbul and view details about them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published