This project simulates a simple Expedia-like website where users can manage their travel itineraries.
The project adheres to core OOP principles such as encapsulation, inheritance, and abstraction to promote clean, maintainable, and scalable code
Inversion of Control to Decouple object creation and dependencies to enhance flexibility and testability.
Dummy data is used
2 Types of users: Admin & customer. Our code focus on customer part
Local APIs is used to call for flights and hotels
Itinerary Management: Users can create and manage multiple itineraries, each containing flights and hotels.
Flight & Hotel Booking: Users have the ability to add flights and hotels to their itineraries, mimicking a basic travel booking system


