Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 958 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 958 Bytes

NearBite

NearBite is an APP to get a list of near restaurants based on a selected location.

Installation

Run npm to install the packages

npm install

Create a .env file with your Google Api Key

GOOGLE_API_KEY=<YOUR_GOOGLE_API_KEY>

Android

npx react-native run-android
npm start

iOS

npx react-native run-iOS
npm start

Technologies Used

Made with React Native, TypeScript, Redux and Google Maps APIs for fetching data.

ScreenShots