WanderAI (TourVista) - AI-powered travel itinerary planning application built with Next.js
- 🌍 Multi-step travel planning form
- 🎯 Personalized travel preferences
✈️ Smart flight and accommodation recommendations- 📅 Day-by-day itinerary generation
- 💰 Budget-aware planning
- 🎨 Modern, responsive UI with Tailwind CSS
- Framework: Next.js 14 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- Font: Inter (Google Fonts)
- Node.js 18+
- npm or yarn
# Clone the repository
git clone [email protected]:khansamad99/wander-ai.git
cd wander-ai/wanderwise-ai
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 to see the application.
wanderwise-ai/
├── app/ # Next.js App Router
│ ├── customize/ # Travel planning page
│ └── page.tsx # Homepage
├── components/ # React components
│ ├── ItineraryForm.tsx # Multi-step form
│ ├── ItineraryDisplay.tsx
│ └── LoadingScreen.tsx
└── public/ # Static assets
See DEVELOPMENT_CONTEXT.md for detailed development documentation.
MIT