A modern and responsive event booking platform built with React, Vite, and TailwindCSS, designed for weddings, corporate events, and tech conferences.
- Modern UI with TailwindCSS
- Fully responsive design
- Interactive event galleries
- Reusable event card components
- 🔍 Event Search & Filtering
- By category (Wedding / Corporate / Tech)
- By location
- 📅 Booking Simulation
- 👤 User Authentication UI
- Login / Registration forms
- Password recovery flow
| Category | Technology |
|---|---|
| Framework | React.js (Vite) |
| Styling | TailwindCSS + DaisyUI |
| State Management | React Context API |
| Routing | React Router DOM |
| Icons | React Icons |
- Node.js (v18 or higher)
- npm (v9 or higher)
# Clone the repository
git clone https://github.com/yourrepo/hoodhappiness-frontend.git
cd hoodhappiness-frontend
# Install dependencies
npm install
# Start development server
npm run dev