Role-Based Access Control Project
🚨 JavaScript is hidden for security reasons. 🚨
🚀 Description This project is a Role-Based Access Control (RBAC) system, where users have different permissions based on their roles.
Admin users have full control over data.
Regular users have limited access.
This project ensures security and proper data access control, making it suitable for systems like dashboards, inventory management, and more
✨ Features 🔹 Admin Features ✔️ View all data ✔️ Add, edit, and delete records ✔️ View history of actions
🔹 User Features ✔️ Can only add records ✔️ Cannot edit or delete data ✔️ Login required for access.
Role Username Password Role=> Admin Username =>adminUser Password =>admin123
Role =>User Username =>userUser Password=>user123
🚀 Tech Stack HTML
CSS
JavaScript
JSON for data storage