Giter Club home page Giter Club logo

bsoc-website's Introduction

👨‍💻BSoC Website

Hello developers✨!!..welcome to Bitbyte Summer of Code.. a wonderful chance for dedicated coders.

This website seeks to connect you with open source, free software, and tech-related initiatives where you may study and develop code. The projects offer mentors who serve as guides throughout the whole process, from getting to know the community to contributing code.

🗒️Features

  • Supports you to start taking part in open source development
  • The leaderboard lists the top performers,which gets updated every day
  • Provides you with the chance to work with different people on the same project
  • Real-life experience about many fields
  • Contains FAQs to resolve your queries

⚙️Tech Stack

  • HTML5
  • CSS
  • VueJs
  • Firebase

💻Engaging in the Project

🔶Prerequisites

To run the project locally on your sysmtem , the following softwares must be installed .

  • Npm 8.x
  • Node 16.x

You can check your node and npm versions by typing the mentioned commands in the terminal

node -v
npm -v

🔶Project Initialization

  1. Fork this repository which will create a copy of this project in your GitHub account.

  2. Clone the forked repository. Steps to clone :-

    • On your forked repository page, click on the "Code" button and copy the repository's URL.

    • Use the git clone command followed by the repository URL to clone the repository to your local machine.

      git clone https://github.com/<your_username>/BSoC-Website.git
    • Open your terminal, navigate to the desired directory.

       cd BSoC-Website
  3. Create a new branch by switching to the cloned repository's directory in your terminal.

     git checkout -b <branch-name>
  4. Make the desired changes and commit.

      git status 
      git add
      git commit -m "Your commit message"
  5. Sync your forked repository with the original repository.

       git remote add upstream <original-repo-url>
       git fetch upstream
       git merge upstream/main
       git push origin <branch-name>
  6. Push changes to your forked repository from your local branch on GitHub.

       git push origin <branch-name>
  7. Create a pull request. Steps to create a PR :-

    • Visit your forked repository on GitHub and switch to the branch you just pushed.
    • Click on the "New pull request" button which will take you to the "Comparing changes" page.
    • Select the original repository and the branch you want to merge into.
    • Provide a clear title and description for your pull request .

License

The Programming Club, IIITDM Jabalpur

Customize configuration

See Configuration Reference.

bsoc-website's People

Contributors

priyansh61 avatar thejaysharma avatar tushitshukla03 avatar tusharjain123 avatar anshikkay avatar jawhawk avatar geetika09 avatar prernadabi23 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.