Giter Club home page Giter Club logo

Codeshows Website

This is the source code of the website of "Codeshows", the Coding Club of MNIT, Jaipur

We are Open for all

The website is open for contributions from the students of MNIT Jaipur in it's development phase.

Benefits

  • Mentorship
  • Contributions reflect on your profile
  • Learn how to contribute to open source
  • Polish web development skills
  • Acts as a project

Learning Goals

  1. Learn to collaborate with multiple people on a project
  2. Get comfortable with pull requests, issues, merge etc on Github
  3. Get comfortable with git
  4. Try hands on different Frontend Technologies and frameworks
  5. Learn to make a project step by step.

How to Participate

Bring in ideas:

  1. Create a valid issue.
  2. Discuss the issues with other people
  3. This month we are participating in HacktoberFest, so participate with full potential.

Write Code:

  1. Read the issues in this project (Issues in the good-first-issue label are a good starting point).
  2. If you want to work on an issue mention in the issue discussion that you want to work on it. You can collaborate with multiple people on a single issue. Make good use of github's fork and merge mechanism.
  3. As soon as you have code which attempts to solve an issue, submit a merge request to the project's master branch so that others can look at it and learn from it.
  4. Improve your code as per feedback until the merge request is accepted.

Review Code:

  1. Pick up a merge request on the project.
  2. Go through the code.
  3. If something is not clear, ask for clarification. If someone has already asked just thumbs up that comment.
  4. Add an approving comment saying "Good work!". If someone has already commented thumbs up on that.

How to contribute

  • Fork This Repo.
  • Now you should have a copy of Repo for yourself with username/codeshows.github.io.
  • After this, you will need to clone the repository.
  • Now let's come to your local machine.
    • open terminal
    • clone the repo $ git clone https://github.com/YourUsername/codeshows.github.io.git
    • now you have a folder called codeshows.github.io which has all your code files.
  • Create a new github branch by git checkout -b BranchName
  • now make changes in your files.
  • when done see changes from git status. it will show all the file which you updated or modified.
  • add all those files to your git repo by git add -Av. Av will add all files and verbose. if you want a particular file to be added use, git add filename
  • commit these changes git commit -m message.
  • git push origin master to push your code to your github.
  • Go to your own github repo to confirm changes and from there click the Pull request to make a PR on.

Codeshows's Projects

interview-checklist icon interview-checklist

A checklist for important questions to be prepared for internship/ placement interviews

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.