Skip to content

A simple Expedia.com implementation in c++ applying some polymorphism and OOP concepts.

Notifications You must be signed in to change notification settings

3ein39/Expedia.com

Repository files navigation

Expedia.com

A simple Expedia.com implementation in c++ applying some polymorphism and OOP concepts.

Expedia user have several itineraries, each consist of

  • 0 or more flights, hotels, cars, etc. E.g. 4 flights, 2 hotels and 2 cars.

An itinerary item -e.g a filght- has :

  • Its own cost
  • Its info: E.g. A flight has request from user, and his selected flight details
    • E.g. Hotel cost: total nights x price per night
  • Itinerary cost is the sum of all internal items cost.

For Simplicity

  • Dummy data is used
  • 2 Types of users: Admin & customer. Our code focus is on customer part
  • Local APIs is used to call for flights and hotels

User Interface Booking a flight Choosing Payment Total cost

Acknowledgements

Run Locally

Clone the project

  git clone https://github.com/3ein39/Expedia.com

Go to the project directory

  cd my-project

Run the main.cpp file using a cpp compiler

  username : user
  password : 111

About

A simple Expedia.com implementation in c++ applying some polymorphism and OOP concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages