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.
https://localize-app.netlify.app/
- Frontend: React, MUI
- Backend: Node.js, Express.js
- APIs: Google Maps API, RapidAPI
Clone the repository
git clone https://github.com/mujtabamohamed/localize.git
Install dependencies
npm install
- Create a .env file in the server directory and add your configuration.
REACT_APP_GOOGLE_MAPS_API_KEY=
REACT_APP_RAPIDAPI_KEY=
npm start