🧭 Nexplore is a mobile application where users can search and find local hotel, restaurants, and attractions within a particular area
- This project was created using React Native
- In addition, Tailwind CSS allowed me to flex my styling muscles, using new components to create the sleek UI.
- Entire application was built on TypeScript
- Location information was pulled from the Travel Advisor API
📱 To demo the App, please use this link below to access Expo Go:
-> Expo Go Link
nexplore_github.-.1080WebShareName.mov
- Search locations
- View hotels, restaurants, and attractions
Make sure you have the Expo CLI installed before proceeding
-
Clone this repository.
$ git clone https://git@github.com:nickhuynhq/nexplore_app.git
-
Run
npm install
from inside the root directory.
$ cd nexplore_app
$ npm install
- Create your own .env.local file
GOOGLE_API_KEY= <YOUR_KEY>
RAPIDAPI_API_KEY= <YOUR_KEY>
- Run the app
$ expo start
Nicholas Huynh @nickhuynhq