This repository contains the frontend code for the Job Orbit project.
To get started with the frontend, follow these steps:
-
Clone the repository:
git clone https://github.com/ShivaBollam07/Job-Orbit---Frontend cd frontend
-
Install the required libraries:
npm install
To start the frontend application, use the following command:
npm run dev