Intelli-Travel is a web application designed to help users find and explore hotels and nearby attractions. The platform offers features like finding similar hotels, searching hotels by city, star rating, and features, and discovering attractions around selected hotels.
You can visit the live site here: Intelli-Travel
- Find Similar Hotels: Easily discover hotels similar to your preferred choice.
- Search Hotels: Search hotels by city, star rating, and additional features to find the best accommodation for your stay.
- Check Attractions: Explore nearby attractions around your selected hotels, making trip planning easier.
- Frontend: React.js, Material-UI, Axios
- Backend: Flask, Pandas
- Deployment: GitHub Pages (Frontend), Heroku (Backend)
- API Integration: Unsplash API for background images
Ensure you have the following installed:
- Node.js
- Python
- Git
-
Clone the repository:
git clone https://github.com/missusk/intelli-travel-v2.git
-
Navigate to the frontend directory and install dependencies:
cd intelli-travel-frontend npm install -
Navigate to the backend directory and install dependencies:
cd ../intelli-travel-backend pip install -r requirements.txt
To start the frontend locally:
npm startTo start the backend locally:
python app.py
The frontend is deployed on GitHub Pages, and the backend is deployed on Heroku.
Feel free to open issues or submit pull requests if you have suggestions or improvements.
This project is licensed under the MIT License.