Skip to content

TechieeGeeeks/JobSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

JobSet

About JobSet

This is a simple job-finding website named JobSet. This website is being developed under the competition IBM Web Intern.

Motivation

Simple Job Finding Wesbite with its minimalistic yet attractive UI The early birds with basic knowledge of JavaScript and React can contribute to this repository. Even if you have the slightest doubt, you can start a discussion about it in the repositories Discussion section.

How to Contribute?

  • Take a look at the existing. Issues

  • Fork the Repo.
    image

  • After Froking repo you will see the repository on your profile like this :-
    image

  • Basically you have to upload your changes in the code over here and make a pull request on the main repository.

  • Make sure that the pull request your making should tell what actually your trying to change/implement.

  • For not wasting time make sure to raise a issue first on whatever changes you wanna make and get assigned by one of the maintainers and then start woprk on it.

  • If youre confuse then you can look at Good First issues and start working on them.

    How to make a Pull Request?

    1. Start by forking the JobSet) repository. Click on the symbol at the top right corner.

2. Clone your forked repository on your local machine/computer with command:

git clone https://github.com/<your-github-username>/JobSet

3. Navigate to the new project directory:

cd JobSet

4. Set upstream command:

git remote add upstream https://github.com/TechieeGeeeks/JobSet

5. Create a new branch:

git checkout -b YourBranchName

or

git branch YourBranchName
git switch YourBranchName

6. Sync your fork or local repository with the origin repository:

  • In your forked repository click on Fetch upstream.
  • Click Fetch and merge.
  • Alternatively, Git CLI way to Sync forked repository with origin repository:

git fetch upstream
git merge upstream/main

Github Docs for Syncing

7. Make your changes to the source code. ⚠️ Make sure not to commit package.json or package-lock.json file

⚠️ Make sure not to run the commands git add . or git add *. Instead, stage your changes for each file/folder

git add file/folder
git commit -m "<your_commit_message>"

9. Push your local commits to the remote repository:

git push origin YourBranchName

10. Create a Pull Request!

How to Setup Locally?

1. Navigate to main root directory

cd JobSet

2. Decide on which end you want to contribute (FrontEnd, BackEnd) If FroentEnd

cd frontend

else

cd backend

3. For both frontend and backend use

npm install

4. For both frontend and backend use

npm start

5. If everything is working properly then you can make changes on source code. If not use Discussion. 6. After making changes Make pull request pointing towards the particular issue. 6. Congratulations 🙌🏼.

This repo is being mainatined by Swayam

Follow Swayam

Thank You !!

Releases

No releases published

Packages

No packages published

Languages