BACK TO WORK
CareerBanaoMar 2024 – Aug 2024Frontend Engineer (Intern)
// CareerBanao Admin Dashboard
Internal admin dashboard used by CareerBanao's operations team to manage students, counselors, content, and platform activity — featuring RBAC-driven views and data tables for real-time platform oversight.
The Challenge
Operations staff needed a centralized interface to track and manage platform activity across hundreds of students and counselors without direct database access.
The Solution
Built a modular admin dashboard with role-based views, filterable data tables, and status management panels for students and counselors.
// Key Impact Metrics
0+
Admin Modules
0+
RBAC Roles
0%
Data Views
// Tech Stack
ReactTypeScriptTailwindCSSRBACREST APIsData Tables
Key Learnings
01.
Admin dashboards benefit from strict separation of data-fetching and UI logic to stay maintainable as features grow.
02.
RBAC at the component level prevents accidental data exposure far more reliably than route-only guards.