club-collaboration-frontend

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

Getting Started

To run this project locally, follow these steps:

Prerequisites

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.