You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clean Java backend application for a Hotel Reservation System. Features include searching rooms by category (Standard, Deluxe, Suite), managing bookings, simulating a secure payment checkout, and handling cancellations. Built using core Object-Oriented Programming (OOP) principles for the CodeAlpha Java Programming Internship.
Architectural pattern for a serverless, client-side Content Management System. Decouples the Data Layer (JSON) from the Presentation Layer (DOM) using a custom Vanilla JS hydration engine. No build tools or backend required.