A clean, responsive HR portal front-end built with React and Vite. It provides the user-facing interface for common HR management workflows in a fast single-page app.
Framework: React (Vite)
Styling: Tailwind CSS / CSS
Language: JavaScript
Tooling: ESLint, Vite dev server & build
| Area | Description |
|---|---|
| SPA navigation | Fast client-side routing across HR sections. |
| HR workflows | Interface for core HR management tasks. |
| Responsive UI | Layout adapts cleanly across desktop and mobile. |
| Vite-powered | Instant HMR in development and optimized production builds. |
# clone the repo
git clone https://github.com/JobinReji/GreytHR.git
cd GreytHR
# install dependencies
npm install
# start the dev server
npm run devThen open the local URL printed in your terminal (typically http://localhost:5173).
npm run build # production build
npm run preview # preview the production build locally