Skip to content

Latest commit

 

History

History
121 lines (94 loc) · 2.28 KB

README.md

File metadata and controls

121 lines (94 loc) · 2.28 KB

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

  • HTML
  • CSS
  • JavaScript

Getting Started

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

Development Environment Setup:

Step 1: Downloading and Installing the Code Editor
You can install any one of the following code editors.


Step 2: Installing Git
Download Git

Step 3: Fork the Repository
Click on to 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
git clone https://github.com/'<your-github-username>'/hello-jobs.git

Step 6: Change directory to hello-jobs
cd hello-jobs

Step 7: Add a reference to the original repository
git remote add upstream https://github.com/harshita2216/hello-jobs.git

Step 8: Running your project
You can run your project on VS Code's Live Server or your browser.

Happy Contributing! 💖

Let's Get Started