The Saber Admin Dashboard is a comprehensive internal tool designed to manage the Saber recruitment platform. It provides administrators with powerful capabilities to oversee recruiter activities, monitor system performance, and leverage AI-driven insights to optimize the hiring process.
- Recruiter Management: Onboard, verify, and manage recruiter profiles and permissions.
- Analytics & Reporting: Real-time dashboards for tracking key metrics like job postings, candidate applications, and system usage.
- AI Integration: Leverage AI tools for candidate matching analysis and system optimization.
- Role-Based Access Control: Secure access management for different administrative roles.
- Frontend Framework: React + Vite
- Language: TypeScript
- Styling: Tailwind CSS
- State Management: TanStack Query
- Icons: Lucide React
- Routing: React Router
-
Install Dependencies:
npm install
-
Run Development Server:
npm run dev
-
Build for Production:
npm run build
src/components: Reusable UI components.src/pages: Page components for application routes.src/hooks: Custom React hooks.src/types: TypeScript type definitions.src/lib: Utility functions and configurations.