A comprehensive web-based course management system built with PHP, MySQL, HTML, CSS, and JavaScript. OCMS/ ├── config/ │ └── database.php # Database configuration ├── database/ │ └── schema.sql # ...
A dynamic single-page application built with Laravel, displaying users in a responsive card layout. Users can be filtered by type using an AJAX-based dropdown. Admin users are excluded from the ...