HireLav is a lavender-themed recruitment website for stress-free hiring. Yes, the recruiters are stressed out too from the hiring process? Managing multiple jobs and 100s of applications could be exhausting and most of the applicant trackers are either too complex to use or least exciting to work with. HireLav provides an easy interface and a relaxing theme to breeze through all the recruitment phases.
This repo is the frontend of the project and is deployed at hirelav.netlify.app. The repo for the server is mkchahal/hirelav-server and it is deployed at hirelav-server.herokuapp.com.
hirelav.mp4
Clone down this repository. You will need node
and npm
installed globally.
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000
Note: The server URL is set to https://hirelav-server.herokuapp.com in /src/utils/APIUtils.js. If using the local server, please add the PORT number in use and update the server URL to localhost:${PORT}
.