Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1021 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 1021 Bytes

Travel Advisor

An app that fetch restaurants, hotels or attractions based on the location and data filtering based on rating

screenshot_of_travel_advisor_app screenshot_of_travel_advisor_app_light_mode App based on this Youtube video. But changed the map to use mapbox api instead of google map api and added dark/light mode.

Built with

Setup & Usage

  1. Clone this repo and go to project directory
  2. Run npm install and wait installing its dependencies
  3. Configure .env file as shown in example .env.example
  4. Run npm start to start the application