Skip to content

CodingNinjasCodes/wall-of-developers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a collaborative repository where students create their profiles and connect to others. This will be written in HTML and Bootstrap.

What's amazing?

It's going to be completely compiled by our students and a great platform to connect with all coding ninjas students.

Note

No assets file should be greater than 10kb.

Index

How it works?

This is started as a learning project for students where they have to create their profile and attach their resume website. A student from the new batch has to create a new batch in the repository following his/her profile.

Things you can do

  • Create a new batch
  • Add/Edit your student profile and resume website

Contribution guidelines / Steps

For making any changes (from your local system), just following the following steps

  • fork this repository into your Github account (create one if you don't have it yet)
  • clone it to your system (git clone )
  • in the terminal run git remote add upstream https://github.com/CodingNinjasCodes/wall-of-developers.git (this is for taking a fresh update of the code anytime in the future)
  • create a new branch from the Branch Types below
  • Important Step: get the updated code by running command git pull upstream development in terminal
  • make the changes, commit and push them to your forked repository
  • create a pull request (mark an issue if it resolves one)
  • To add any static file, please put it into assets folder
Branch Types
  • feature-branch name (For adding new features to repository)
  • batch-branch name (For adding a new batch)
  • profile-branch name (For adding your student profile)
  • hotfix-branch name (Fixing something if it doesn't work)
  • struct-branch name (For structural additions/changes)

Installing Git

  • Download Git setup for your operating system and install it.
  • To check whether Git is installed on your system, open cmd on Windows / terminal on Mac.
  • Run command git --version and it should display the version of Git installed.

Cloning the repository using VS Code

  • Open VS Code.
  • Go to View > Terminal.
  • To clone the repo to your desktop, change the directory to desktop by running the command cd desktop.
  • In the terminal, run git clone https://github.com/CodingNinjasCodes/wall-of-developers.git.
  • A folder/directory should be created on your desktop.
  • Open that folder in VS Code, go to File > Open.
  • Now you're good to go!

Support

  • For support, please create an issue regarding the same. We will help you out there.
  • To create an issue, go to the Issues tab, then select New issue.

Code of conduct

Respect fellow developers, everyone might be at a different stage of skill levels. Encourage fellow developers, pass on an opportunity to them, if they've asked something simple, just point them in the right direction in as polite a manner as possible. Thank fellow developers if they help you out in any way!

About

A place where students collaborate to create their profiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.5%
  • CSS 28.2%
  • JavaScript 2.3%