The frontend of EventEase, a modern event booking platform where users can discover events, search with filters, and book tickets with Razorpay integration and wallet cashback.
- 🔍 Search and filter events dynamically
- 💳 Razorpay integration for secure payments
- 💰 Wallet points system with cashback rewards
- 📍 Google Maps link for event locations
- 💬 Real-time Chat for event communities
- 🖼️ Cloudinary-based image handling
- 📱 Responsive design with TailwindCSS
- ⚡ State management via Redux Toolkit
- 🔐 Authentication & role-based access
- React.js
- Tailwind CSS
- Redux Toolkit
- Axios
- React Router DOM
# Clone repo
git clone <your-frontend-repo-url>
cd frontend
⚙️ Environment Variables
Create a .env file:
VITE_API_BASE_URL=http://localhost:5000
VITE_RAZORPAY_KEY_ID=your_key_here
# Install dependencies
npm install
# Start dev server
npm run dev