Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 2.4 KB

README.md

File metadata and controls

46 lines (28 loc) · 2.4 KB

HireLav

logo

Description

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.

Tech Stack

React SASS Semantic UI React Chart.js JWT React Router Redux Netlify

Demo

Landing Page

video demo

Walkthrough

hirelav.mp4

Installation

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}.