Event Hive is an inter college event management system that provides a comprehensive platform for colleges to organize, manage, and promote their events. This repository contains the codebase for both the frontend and backend components of the Event Hive application.
The frontend of Event Hive is built using React.js, a popular JavaScript framework for building user interfaces. It provides a responsive and intuitive user interface for event organizers and attendees to interact with the system.
To run the frontend locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/event-hive-frontend.git
- Navigate to the frontend directory:
cd event-hive-frontend
- Install dependencies:
npm install
- Start the development server:
npm start
- Access the application in your browser at
http://localhost:3000
Feel free to explore the code and make any necessary modifications to suit your requirements.