Job Preview Dashboard

Check it out : Deployed Link

Demo Video

Clade.Assignment.Demo.mp4

Setting up the project locally

Requirements

Before getting started, ensure you have the following prerequisites installed:

  • Node.js
  • npm or Yarn package manager

Follow these steps to set up the project locally:

1. Clone the Repository

git clone https://github.com/rohits-web03/Job-Preview-Dashboard.git

Navigate to Project Directory:

cd Job-Preview-Dashboard

2. Install Dependencies

Using npm

npm install

Using Yarn

yarn install

3. Run the Development Server

Using npm

npm run dev

Using Yarn

yarn dev

The application should start and be accessible at http://localhost:3000 by default.