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.
Deployed at Link
To install and run the application, follow these steps:
- Clone the repository using the command
git clone https://github.com/mehra-sourav/jobs-platform
- Install the dependencies using
npm install
oryarn install
. - Start the application using
npm run dev
oryarn dev
.
The application should now be available at http://localhost:5173
in your browser.
- See job listings in cards
- Filter jobs listing through provided filters
- Responsive Design
- React
- JavaScript
- Redux Toolkit
- Material-UI (MUI)
- Vite