Skip to content

vivekmohanraj/EventSphere

Repository files navigation

EventSphere

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.

Features

  • 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.

Technologies Used

  • 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)

Getting Started

Prerequisites

  • Node.js (for the frontend)
  • PHP (for the backend)
  • MySQL (for the database)

Setup

  1. Clone the repository:
    git clone https://github.com/your-username/EventSphere.git
    cd EventSphere