WeMatch is a modern event management platform built with React, designed to help users discover, book, and review event services such as venues, catering, photography, and more.
- User authentication (login/register)
- Browse and book event services
- View and submit reviews
- Responsive and modern UI
- Firebase integration for backend services
- Node.js (v14 or higher recommended)
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/WeMatch.git cd WeMatch -
Install dependencies:
npm install # or yarn install -
Set up Firebase:
- Create a Firebase project at Firebase Console.
- Copy your Firebase config to
src/Firebase/firebase.config.js.
-
Start the development server:
npm run dev # or yarn dev -
Open in browser:
- Visit http://localhost:5173 (or the port shown in your terminal).
npm run dev— Start development servernpm run build— Build for productionnpm run preview— Preview production build
Happy Matching!