Skip to content

Priya8333/jobproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 2 column 2
---
### Welcome to Job-Portal 🚀 
 **Introduction**
 JobConnect Hub, a pioneering platform crafted to unite job seekers and employers, cultivating synergy, progression, and prosperity in the professional landscape. Our objective is to equip job seekers with the tools, networks, and assistance essential for their career advancement, while also enabling employers to identify and recruit top talent seamlessly.

---

Getting Started Contributing Contributions are always welcome!

  1. Fork this repository.

  2. Clone your forked copy of the project. git clone htpps://github.com/your-username/jobproject.git

  3. Add reference to original repository,use the following command git remote add upstream htpps://github.com/your-username/jobproject.git

  4. Check the remotes for this repository,use following command. git remote -v

  5. Always take a pull from the upstream repository to your main branch to keep it up-to-date with the main git pull upstream main

  6. Create a new branch. git checkout -b <your_branch_name>

  7. You are all set ! Perfom your desired changes to the code base.

  8. Track your changes. git add .

  9. Commit your changes. git commit -m "relevant commit message"

  10. Push the committed changes in your feature branch to your remote repo. git push -u origin <your_branch_name>

  11. To create a pull request, click on "Compare and pull requests". Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.


Voila 🎉 You have made a PR to the StartConnect-Hub project. Sit back

patiently and relax while the project maintainers review your PR.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.8%
  • CSS 30.4%
  • JavaScript 2.8%