Skip to content

Localize is a location-based travel advisor that helps users discover restaurants, hotels and attractions tailored to their current location.

Notifications You must be signed in to change notification settings

mujtabamohamed/localize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localize

Localize is a location-based travel advisor that helps users discover restaurants, hotels and attractions tailored to their current location. The application provides personalized travel recommendations to enhance the travel experience.

Demo

https://localize-app.netlify.app/

Screenshots

Current Location

New York

Tech Stack

  • Frontend: React, MUI
  • Backend: Node.js, Express.js
  • APIs: Google Maps API, RapidAPI

Installation

Clone the repository

  git clone https://github.com/mujtabamohamed/localize.git

Install dependencies

  npm install

Set up environment variables:

  • Create a .env file in the server directory and add your configuration.
  REACT_APP_GOOGLE_MAPS_API_KEY=
  REACT_APP_RAPIDAPI_KEY=

Run the application

  npm start