UberEats is a React Native App consuming YELP Fusion API and Google MAPS API
- It is a hybrid app that can run on cross platforms for both(iOS + Android)
- EXPO CLI app
- Visual Studio Code
-
clone this project
-
open the downloaded folder through Visual studio code
-
In your project directory run :
-
Automatically the application opens your browser and starts localserver
http:localhost:3000/
- Download node js
- In your browser enable React developer tools
npm install -g expo-cli
expo init (projectName)
cd (projectName)
npm start
- JavaScript- Javascript is a web programming that is used for designing user interfaces. It is the mostly used language for the frontend developmnt.
- React JS - Javascript library for creating user interfaces. It is declarative, component based and learn once, write anywhere.
- React Native - A framework for building native applications using React. React Native brings React's declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform. Brings about declarative UI programming.
- Node JS - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- NPM node package manager - npm is the default package manager for the JavaScript runtime environment Node.js. It consists of a command line client, also called npm, and an online database of public and paid-for private packages, called the npm registry.
- JSON Objects - JSON Objects contain key/value pairs usually surrounded by curly braces.
- YELP APIs - The Yelp Fusion API allows you to get the best local content and user reviews from millions of businesses across 32 countries
- GeoMaps Geocoding API - Geocoding API to find the address for a given place ID.
- Please support by a clicking star button, raising an issue or contributing to the project in any way.