- Introduction
- Link to website demo
- Tech Stack
- Prerequisites
- Installation
- Running the application
- APIs
An advanced travel companion Web App built using React library, with geolocation and the ability to search for places (hotels, restaurants and attractions) from specialized APIs based on the location you choose from anywhere in the world.
Install the following prerequisites:
From the root directory run:
npm install
2. Subscribe to APIs mentioned in APIs
Click on the mentioned link and:
- Login on RapidAPI
- Click the blue Subscribe to Test button
- Paste the API keys into the required variable inside the .env file
From the root directory run:
npm start