EventSphere is a multi-user event management platform that allows users to create, manage, and discover events. This project aims to provide an easy-to-use platform for managing events and connecting people.
- Event Listings: Display a list of events that users can browse.
- Real-Time Search: Event listings are filtered as the user types in the search bar.
- User Authentication: Combined login/signup page to provide a seamless user experience.
- Contact/Support Section: The footer includes contact and support information.
-
Frontend:
- React.js
- Vite (for bundling and development server)
- Swiper (for carousels or sliders, if used)
-
Backend:
- PHP (for server-side logic and database interaction)
- MySQL (for storing event and user data)
-
Version Control:
- Git (for version control)
- GitHub (for hosting the repository)
- Clone the repository:
git clone https://github.com/your-username/EventSphere.git cd EventSphere