One Advisor: Your Ultimate Travel Companion
Discover the best hotels, flights, and attractions within 1-5 km radius. Effortlessly search, plan, and explore with real-time map integration. Experience seamless travel with One Advisor.
Check out the demo here!
- Search for hotels, flights, and attractions within a radius of 1 to 5 kilometers.
- Real-time map integration for seamless navigation and search.
- Efficient search function with optimized results based on user preferences.
- Integration with Travel Advisor API to fetch hotel, flight, and attraction data.
- Interactive map interface for a visual representation of search results.
- User-friendly UI for easy navigation and selection of options.
- Real-time updates and suggestions as the user moves with the map.
- React: JavaScript library for building user interfaces.
- Redux Toolkit: Official, opinionated, batteries-included toolset for efficient Redux development.
- React Router: Declarative routing for React.
- Google Maps API: Provides mapping and geocoding functionality for displaying maps and performing location-based searches.
- Travel Advisor API: Integration with hotel, flight, and attraction APIs for retrieving relevant data.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
To run One Advisor locally, follow these steps:
- Clone the repository:
git clone https://github.com/username/repo.git
- Navigate to the project directory:
cd one-advisor
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000