Skip to content

harshita2216/hello-jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Jobs


GitHub stars GitHub forks GitHub watchers Repo. Size GitHub Maintained PRs Welcome

GitHub contributors GitHub Closed issues GitHub PR Open GitHub PR closed GitHub language count GitHub top language GitHub last commit

Visit the Official Website »
Report Bug · Request Feature

Table of Contents :

(Bottom)


About Hello Jobs

Hello Jobs is a one-stop solution for all job seekers. In future, this could also serve as a platform for recruiters to hire potential candidates.

Tech-Stack used :

HTML 5 CSS3 Javascript

(back to top)

Open Source programs this repo has been part of



(back to top)

Contribution Guidelines

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes :

  • Step 1: Downloading and Installing the Code Editor
You can install any one of the following code editors :
  • Step 2: Installing Git
  • Step 3: Fork this repsository
  • Step 4: Creating Project Directory
Note:
We're creating project directory on the desktop for easy and fast access.
cd desktop

mkdir myprojects

cd myprojects
  • Step 5: Cloning Repository using Git
code for cloning :
git clone https://github.com/'<your-github-username>'/hello-jobs.git
  • Step 6: Change directory to hello-jobs
Code :
cd hello-jobs
  • Step 7: Add a reference to the original repository
Code :
git remote add upstream https://github.com/harshita2216/hello-jobs.git
  • Step 8: Running your project
Suggestion :
You can run your project on VS Code's Live Server or your browser.
Never made an open source contribution before? Here's a quick rundown!

  • Fork this repository.

  • Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/hello-jobs.git
  • Navigate to the project directory 📁 .
cd clone-it
  • Add a reference(remote) to the original repository.
git remote add upstream https://github.com/harshita2216/hello-jobs.git 
  • Check the remotes for this repository.
git remote -v
  • Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).
git pull upstream main
  • Create a new branch.
git checkout -b <your_branch_name>
  • Perfom your desired changes to the code base.

  • Track your changes:heavy_check_mark: .

git add . 
  • Commit your changes .
git commit -m "Relevant message"
  • Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
  • To create a pull request, click on compare and pull requests.

  • Add appropriate title and description to your pull request explaining your changes and efforts done.

  • Click on Create Pull Request.

  • Congrats ❗ You have made a PR to the harshita2216/hello-jobs 💥 . Wait for your submission to be accepted and your PR to be merged.

  • Wait for the pull request to be reviewed by a maintainer, Make changes to the pull request if the reviewing maintainer recommends them.

  • Celebrate 🥳 your success after your pull request is merged!

(back to top)

Contributors

Thanks to all the people who contribute

Contributors



(back to top)

Feedback

If you have any feedback or suggestions please reach out to maintainers.

Or you can create a issue and mention there , which features can make this Project more good.



Show some ❤️ by starring this awesome Repository!

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •