An AI-powered travel planning app built with Next.js. Generate personalized day-by-day itineraries, budget breakdowns, hotel suggestions, and travel insights for any destination.
- Node.js 18 or later
- npm (comes with Node.js)
-
Clone the repository:
git clone https://github.com/kyzen-dev7/Travel.git cd Travel -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
| Command | Description |
|---|---|
npm run dev |
Start the development server |
npm run build |
Build the app for production |
npm run start |
Start the production server (after building) |
npm run lint |
Run the linter |
- Next.js – React framework
- Tailwind CSS – Utility-first CSS
- Recharts – Charts for budget visualization
- dnd kit – Drag-and-drop for itinerary reordering
- Lucide React – Icons