This project implements a Role-Based Access Control (RBAC) system using React and Redux for state management. Users can log in and select a role (Admin, Editor, Viewer). Each role has specific permissions, and the Admin can manage permissions for other roles. The UI is designed for frontend functionality, fetching user data from an external API.
Github Link -> https://github.com/PragyanPrakhar/Role-Based-Access-Control-RBAC-UI