A modular ERP web platform built with React + Vite + Tailwind + ShadCN UI, designed to manage HR, Inventory, and Finance operations in one unified dashboard.
Live Demo → https://sunway-erp.vercel.app
| Module | Key Features |
|---|---|
| HR & Payroll | Employee management, attendance tracking, training, appraisals, payroll reports |
| Inventory | Stock management, sales, purchase, inventory reports |
| Finance | Accounts payable/receivable, general ledger, payroll, financial reports |
| Layer | Technology |
|---|---|
| Frontend Framework | React (with Vite) |
| Routing | React Router v6 |
| UI Library | ShadCN UI + Tailwind CSS |
| Charts & Analytics | ShadCN Charts (Recharts) |
| Forms & Validation | React Hook Form + Zod |
| Icons | Lucide React |
| Calendar | React Day Picker (via ShadCN) |
git clone https://github.com/anandureghu/sunway-erp.git
cd sunway-erpnpm installnpm run devNow open http://localhost:5173 🎉
-
Uses React Hook Form + Zod for schema-based form validation.
-
Recharts + ShadCN ChartContainer for visual analytics.
-
Responsive Sidebar Layout using ShadCN Sidebar + Collapsible.
-
Theme-aware with Tailwind + CSS variables (--chart-n).