Code Monkey home page Code Monkey logo

hello-jobs's Introduction

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!

hello-jobs's People

Contributors

drexter-07 avatar harshita2216 avatar pranavsuriya-sr avatar 57alok avatar ayush-sleeping avatar

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.