This project is a React-based website that provides information about various clubs, including announcements, events, images, and contact details for members and leads.
- List of all clubs with detailed information
- Announcements and events related to each club
- Image galleries for events or other media
- Contact information for club members and leads
- Admin panel to manage club information, announcements, events, and images
- Other features...
To run this project locally, follow these steps:
- Node.js installed on your machine
- Clone the repository:
git clone https://github.com/iiitv/club-collaboration-frontend.git
- Navigate to the project directory:
cd club-collaboration-frontend
- Install dependencies:
npm install
- Start the development server:
npm start
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature-name
- Submit a pull request for review.
This project is licensed under the MIT License. See the LICENSE
file for more details.