Skip to content

ZubriQ/Travel-Company

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎠 Travel Company App

This is a WPF application designed for a travel company. It manages employees, customer data, travel routes, tourist groups, and compensation for inconveniences.

image

Technical Details:

  • The application uses the MVVM (Model-View-ViewModel) design pattern for separating the user interface logic from the business logic.
  • The Repository pattern is used for abstracting data access.
  • SQLite is used as the database for storing and retrieving data.
  • Dependency Injection.