Wedly is a minimalist Wedding Coordinator Marketplace built with Next.js App Router and Tailwind CSS. It allows couples to browse wedding coordinators (chefs, security officers, event planners, etc.), view their profiles, and book them based on availability.
- Coordinator Listing with search by name or location
- Detailed profile for each coordinator
- Booking form with validation
- Dark Mode Toggle (using
next-themes) - Fully responsive UI
- Data fetched from a live Express backend API
- Framework: Next.js 14+ (App Router)
- Styling: Tailwind CSS
- Dark Mode: next-themes
- Deployment: Vercel
- Clone the repo
git clone https://github.com/Bobleeswagger09/wedly-frontend.git cd wedly-frontend