A responsive web app to discover and book unique spaces for photoshoots, campaigns, and experiences.
Built with Next.js, TypeScript, and Tailwind CSS.
- 🔍 Search & filter spaces by location, activity, and price range
- 📄 View detailed space info (amenities, booking details, map)
- 📱 Fully responsive design (mobile, tablet, desktop)
- 🌗 Dark mode toggle
- 🎨 Smooth UI with animations
- Next.js + TypeScript
- Tailwind CSS + shadcn/ui
- Radix UI & Lucide Icons
- Google Maps Embed
# Clone repo
git clone https://github.com/arryan0112/Whattaplace.git
# Install dependencies
npm install
# Start dev server
npm run dev