This repository contains the frontend codebase of GET-HIRED job portal app developed using React.js, Redux, Tailwind Css, jwt tokens, websocket api and other technologies, with Vite as the build tool . You can find the backend code in the GetHired-Backend repository.
GET-HIRED Frontend provides an interactive and user-friendly interface for job seekers and recruiters to interact with the job portal application. It offers features such as job search, real-time chat, and application management.
-
Job Seekers:
- Browse and apply for job posts.
- Real-time chat with recruiters.
- Secure login using JWT authentication.
-
Recruiters:
- Post and manage job vacancies.
- Engage in real-time chat with job applicants.
- Convenient payment through integrated PayPal gateway.
-
Admin:
- Manage users and recruiters.
- Maintain the overall system and resolve disputes.
-
Technology Stack:
- React.js, Redux, Tailwind CSS, React Bootstrap,vite,jwt,websocket,react chart js.
Follow these steps to set up and run the frontend locally:
-
Clone the repository:
git clone https://github.com/ashwin275/GetHired-Frontend.git cd project
-
Install the dependencies:
npm install
-
Start the frontend development server:
npm run dev
-
Access the frontend app at http://localhost:5173/
Building for Production
To build the frontend for production using Vite, run the following command:
npm run build