The Travel Itinerary Application is a digital tool designed to simplify and enhance the travel planning process. This app provides users with a centralized platform to create, manage, and share travel itineraries effortlessly. By integrating various travel-related services—such as flight bookings, hotel recommendations, and activity planning—the application ensures a seamless and enjoyable travel experience.
- Personalized Itinerary Generation: Generate customized travel itineraries using a trained AI model powered by the Gemini API.
- Budget Management: Tailor travel plans based on the user’s specified budget.
- Group Travel Planning: Input the number of travelers and plan accordingly.
- Date-specific Planning: Schedule activities for specific travel dates.
- Integrated Services: Book flights, find hotels, and discover activities directly within the app.
- Interactive Visuals: Display itineraries with images for better visualization.
- Firebase Integration: Secure user authentication and data storage.
- Frontend: Expo and React Native
- Backend: Firebase
- AI Model: Gemini API for itinerary generation
- Clone the repository:
git clone https://github.com/your-username/travel-itinerary-app.git
- Navigate to the project directory:
cd travel-itinerary-app
- Install dependencies:
npm install
- Start the application:
expo start
- Sign up or log in using your email credentials.
- Enter travel details including budget, number of travelers, and travel dates.
- View the generated itinerary with suggested flights, hotels, and activities.
- Customize and save your itinerary.
- Share your itinerary with others or export it for offline use.
To showcase your application, you can add images and videos in this section:
Demo Video:
Watch the Demo- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the Apache License
Version 2.0, January 2004.
Feel free to customize this README further with additional details or updates about the project.