← Back to Portfolio 🌐 Pillar 03
Interactive Web & Tools — The Interface

All Web Tools & Projects

Interactive educational tools and full-stack web applications — where complex computer science concepts meet beautiful, usable interfaces.

🏦 Banker's Algorithm Simulator ⚡ LIVE TOOL

أداة تعليمية تفاعلية تحاكي خوارزمية البنكري لتجنب الـ Deadlocks، تحول مفاهيم نظام التشغيل المعقدة إلى تجربة مرئية عصرية.

A fully functional browser-based simulator for the Banker's Algorithm — a classic OS deadlock-avoidance mechanism. Input the Allocation matrix, Maximum needs matrix, and Available resources, then run the safety algorithm to determine if the system is in a safe state. Outputs the safe execution sequence with step-by-step trace.

JavaScript Operating Systems UI/UX Safety Algorithm
🚘 Car Way: Full-Stack Rental System ⭐ FEATURED

تطبيق ويب متكامل لإدارة معارض السيارات، يدمج بين واجهة مستخدم جذابة وقاعدة بيانات علائقية لإدارة الصلاحيات والمخزون.

A complete car rental platform built with a PHP MVC backend and MySQL database. Features include: user authentication and role management (Admin / Customer), full booking and reservation engine, real-time inventory tracking, admin dashboard for fleet management, and a responsive frontend with dynamic search and filtering.

PHP MySQL SQL JavaScript Full-Stack MVC