TourGuide is a tourist information mobile application that provides interesting places for a tourist user, places such as nearby restaurants, cafes, bars, hotels and establishments. It uses Expo location API for accessing the user location and google geocoding API for the conversion of the coordinates into physical address and also it uses Google places, Google place details, Google photos API for the places in addition to Mapbox API for the maps.
TourGuide.mp4
The project is built with React Native and Expo
Clone the app
git clone https://github.com/ibrahimabba/TourGuide.git
cd TourGuide
And install dependencies
$ npm install
The project can be runned by both yarn and npm.
# development
$ npm start