A web application that allows users to explore nearby attractions and save their picks to a personalized itinerary.

Note: This application utilizes the Google Maps JavaScript API and Google Places API to provide detailed place information, an autocomplete search bar feature, and interactive map functionality.
Create a .env.local file containing your Google API key:
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_api_key_here
Run the following:
npm i
npm run dev
Then visit http://localhost:3000/ to view your picks!