Skip to content

iiitv/club-collaboration-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Club Collaboration - Frontend

This project is a React-based website that provides information about various clubs, including announcements, events, images, and contact details for members and leads.

Features

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

Getting Started

To run this project locally, follow these steps:

Prerequisites

  • Node.js installed on your machine

Installation

  1. Clone the repository:
    git clone https://github.com/iiitv/club-collaboration-frontend.git
  2. Navigate to the project directory:
    cd club-collaboration-frontend
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m 'Add new feature'
  4. Push to the branch:
    git push origin feature-name
  5. Submit a pull request for review.

License

This project is licensed under the MIT License. See the LICENSE file for more details.