sajidbsk / Foodplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A cross-platform app built on React-Native using react-native-maps and Foursquare API to generate and locate recommended food places around the user requested area with the user preference of food. The UI is built using shoutemUI toolkit.

This app is not built for commercial purposes and only built as practice. For any queries and tweeks suggestion, contact me @ sajidbsk@gmail.com

How To Use It:

You will need Node.js for this installation process

Installing Yarn
$ npm install -g yarn
Clone the github repository to your local storage
Install React Native CLI
$ npm install -g react-native-cli
$ react-native init Foodplace
Copy cloned directory to newly formed directory (Make sure you replace the node modules and index files)
Install dependencies
$ react-native install @shoutem/ui
$ react-native install react-native-vector-icons
$ react-native install react-native-linear-gradient
$ react-native install react-native-maps@0.13.0
$ react-native install query-string
Open Android Simulator from Android Studio
Run it on your simulator
$ cd Foodplace
$ react-native run-android

About


Languages

Language:JavaScript 55.3%Language:Objective-C 25.3%Language:Java 10.0%Language:Python 9.4%