AI-powered applications.
Live Demo: https://aigotrip.netlify.app/
Features:
- AI-powered travel itinerary generation
- Smart destination and activity recommendations
- Restaurant and attraction recommendations
- Interest-based activity suggestions
- User profile and saved plans
Tech Stack: React, TypeScript, Netlify
-
Make sure you have Node.js installed on your computer. If not, download and install it from nodejs.org
-
Navigate to the travel-planner directory:
cd travel-planner -
Install dependencies:
npm install -
Set up your environment variables:
- Copy
.env.exampleto.env.local - Get your API key from Google AI Studio
- Add your API key to
.env.local:REACT_APP_GEMINI_API_KEY=your_api_key_here
- Copy
-
Start the development server:
npm start -
Open http://localhost:3000 in your browser
The application will automatically reload when you make changes to the source files.
This project is licensed under the MIT License.