~ cd ../  back to missions
MISSION 04 · 2024 · Solo build

Travelify

AI travel planner that generates day-wise itineraries.

AI
Gemini itineraries
day-wise
auto plans
Places
hotels + spots

// the problem

Planning a trip means juggling dozens of tabs — places, hotels, routes, timing — and most planners just hand you a list, not an actual day-by-day plan you can follow.

// what I built

  1. Generates personalized, day-wise itineraries with Gemini AI from a few preferences.
  2. Pulls hotel and place recommendations through the Google Places API.
  3. Firebase auth and storage so trips are saved and shareable.

// instruments

ReactFirebaseGemini APIGoogle Places