Mohamed Amine Hajji / Projects
A full-stack hotel booking platform on a hand-rolled PHP MVC framework, with an AJAX booking wizard and a role-gated admin analytics dashboard.
RoadStar Hotel serves two audiences from one codebase: a public site where guests search rooms and book through a multi-step AJAX wizard with live price/night totals, and a role-gated admin panel for managing rooms, clients, reservations, and complaints. The backend is a custom PHP MVC framework built from scratch — no Laravel or CodeIgniter — with PDO prepared statements throughout, plus a Chart.js-powered analytics dashboard (revenue, occupancy) driven by live SQL aggregate queries.
Stack: PHP, MySQL, JavaScript, Chart.js, Apache