This is the frontend interface for the AI Travel Assistant, a smart planner that helps users organize their trips based on preferences, duration, and budget. The UI is built with React.js, enabling users to interact with an intelligent backend powered by LLMs.
- 🧳 Travel planning form with inputs like destination, duration, and interests
- 🧠 Sends queries to an AI agent to suggest locations, stays, and travel tips
- 📍 Displays itinerary suggestions and destination details
- 🌐 Integrated with backend via REST/stream API
- 🎨 Responsive and user-friendly UI
- React.js
- Axios
- React Router
- Custom CSS or Tailwind (if used)
git clone https://github.com/your-username/ai-travel-assistant-frontend.git
cd ai-travel-assistant-frontend
npm install
npm start