Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 849 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 849 Bytes

Job Application Platform UI

This is a frontend project for a job application platform UI. It is built using React, Redux Toolkit, and Material-UI (MUI), and is powered by Vite.

Deployment Link

Deployed at Link

Installation

To install and run the application, follow these steps:

  1. Clone the repository using the command git clone https://github.com/mehra-sourav/jobs-platform
  2. Install the dependencies using npm install or yarn install.
  3. Start the application using npm run dev or yarn dev.

The application should now be available at http://localhost:5173 in your browser.

Features

  • See job listings in cards
  • Filter jobs listing through provided filters
  • Responsive Design

Technologies Used

  • React
  • JavaScript
  • Redux Toolkit
  • Material-UI (MUI)
  • Vite