Skip to content

krishnagaud6/ieeecssbcnssce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IEEE SB CS NSSCE Website 🌐

This repository contains the official website of IEEE Student Branch CS Society, NSS College of Engineering (NSSCE).
It serves as a central platform to showcase our activities, events, achievements, and initiatives that promote technology and innovation within the IEEE community at NSSCE.

🔍 Features

  • Information about the Society and it's activities.
  • Event announcements and registration
  • Gallery showcasing recent activities
  • Contact and membership details

📫 Contributing

We welcome contributions!

To contribute, you first need to get the project running on your local machine.

Prerequisites

  • Node.js: Make sure you have a recent version of Node.js installed (v16 or higher is recommended). You can download it from nodejs.org.
  • npm A package manager for Node.js. npm is included with Node.js.

Installation Steps

  1. Fork the Repository Click the "Fork" button at the top right of this page to create a copy of this repository in your own GitHub account.

  2. Clone Your Fork Clone the repository from your account to your local machine. Replace <Your-GitHub-Username> with your actual username.

        git clone https://github.com/IEECSSBCNSSCE/ieeecssbcnssce
  3. Navigate to the Project Directory

    cd ieeecssbcnssce
  4. Install Dependencies This command will install all the necessary packages for the project.

    npm install
  5. Run the Development Server Start the local React development server.

    npm start

    Your browser should automatically open to http://localhost:3000 to display the website. You can now start making changes!


🤝 How to Contribute

We welcome and appreciate all contributions! Here is the general process for contributing to our project.

The Contribution Workflow

  1. Find an Issue: Look for an existing issue to work on or create a new one to suggest a change or feature. Please discuss the change you wish to make via the issue before starting work.

  2. Create a New Branch: Before making any changes, create a new branch from main. Use a descriptive name for your branch.

    # Example branch names:
    # feature/add-events-page
    # fix/navbar-mobile-bug
    
    git checkout -b <your-branch-name>
  3. Make Your Changes: Write your code and make the necessary changes.

  4. Commit Your Changes: Commit your work with a clear and descriptive commit message.

    git add .
    git commit -m "feat: Add the events page with initial layout"
  5. Push to Your Fork: Push your branch to your forked repository on GitHub.

    git push origin <your-branch-name>
  6. Create a Pull Request (PR): Go to your forked repository on GitHub and click the "Compare & pull request" button. Create a PR to merge your branch into the main branch of the original repository.

  7. Wait for Review: The project maintainers will review your PR. We may suggest some changes or improvements.

Thank you for your interest in contributing!

About

a website for the IEEE CS Society at NSSCE

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 46.3%
  • JavaScript 41.0%
  • HTML 12.7%