Wall-of-Developers (https://codingninjascodes.github.io/wall-of-developers)
This is a collaborative repository where students create their profiles and connect to others. This will be written in HTML and Bootstrap.
It's going to be completely compiled by our students and a great platform to connect with all coding ninjas students.
No assets file should be greater than 10kb.
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.
- Create a new batch
- Add/Edit your student profile and resume website
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
- 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)
- 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.
- 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!
- 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.
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!