"Plan, organize, and enjoy your perfect vacation!"
TripPlanner is a powerful and user-friendly trip planning application built with React. Whether traveling solo or with a group, TripPlanner helps manage flights, accommodations, daily activities, budgets, and itineraries in a seamless and interactive way. With features like a drag-and-drop itinerary builder, real-time budget tracking, and JSON-based import/export, TripPlanner makes planning your dream vacation effortless.
- Frontend: React, Bootstrap, React Router.
- State Management: LocalStorage (for now, backend planned for the future).
- Styling: Bootstrap 5, CSS.
- Version Control: Git & GitHub.
- React Component Architecture → Modular, reusable components.
- State Management → LocalStorage for now, expandable to Backend DB.
- React Hooks (useState, useEffect, useCallback) for dynamic UI updates.
- Event Handling → Drag & Drop functionality for trip scheduling.
- Data Persistence → Saves trip data in browser storage for later retrieval.
- Error Handling → Improved UI feedback with alerts and validation.
- Start by entering destination, duration, and number of travelers.
- Edit trip details anytime via the Edit Trip section.
- Add activities to your Available Activities Pool with details like cost and time.
- Drag and drop activities into the Daily Itinerary.
- Schedule activity times using the calendar-style planner.
- View real-time calculations of trip expenses for individuals and groups.
- Add flights, stays, and additional expenses in the Trip Overview.
- Trip data automatically saves in the browser via LocalStorage.
- Export your trip plan as a JSON file for easy sharing or backup.
- Import saved trip files to resume planning instantly.
✔ Trip Overview → Flights, stays, additional expenses, and budgets in one place.
✔ Activity Management → Add, edit, and remove activities dynamically.
✔ Daily Itineraries → Calendar View for structured trip scheduling.
✔ Drag & Drop → Schedule activities seamlessly with an interactive planner.
✔ Budget Tracking → Automatic calculations for all travelers & per person.
✔ To-Do List → Create and check off travel-related tasks.
✔ Real-time Data Saving → Ensures no progress is lost.
✔ Import/Export → Load and save trips as JSON files.
✔ Mobile-Friendly → Optimized UI for both desktop & mobile.
- User Authentication → Login system for personal trip storage.
- Cloud Database (MongoDB, Firebase, PostgreSQL) → Save trip data online.
- Trip Collaboration Feature → Share and edit trips with friends in real time.
- Flight & Hotel API Integration → Fetch real-time travel data.
- AI-Powered Recommendations → Suggest activities, budget optimizations, and schedules.
- Expense Splitting → Feature to split trip costs among travelers.
- Clone the repository:
git clone https://github.com/cltxvz/tripPlanner.git
- Navigate to the project folder:
cd tripPlanner
- Install dependencies:
npm install
- Start the development server:
npm start
- Open
http://localhost:3000
in your browser to start planning your trip!
Carlos A. Cárdenas
Feel free to reach out for collaboration or feedback!
Thank you for using TripPlanner! 🌍✨ If you like this project, ⭐ star the repository and contribute to its growth. 🚀