Travelume
Builds a full destination guide from a single city input

The problem
Planning a trip to an unfamiliar city means stitching together a dozen tabs: one for food, one for neighborhoods, one for what is worth the time. None of them know about each other.
The approach
Take a single destination input and assemble one guide from several sources, so the output is a plan rather than a pile of search results.
What I built
- Destination guide generation from a single city input
- Local spots, food, and activity sections pulled from REST sources
- Responsive guide layout deployed on Vercel
Stack
- Next.js
- React
- Tailwind CSS
- Vercel
- REST APIs