Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.2 KB

File metadata and controls

73 lines (52 loc) · 1.2 KB

OwnLab-Client

Overview

Login Screen

Figure 1. Login screen

Home Screen

Figure 2. Home screen

🛠 Teck Stacks

Front-end

Back-end

DevOps

Architectures

We basically applied the MVVM design pattern to this project.

It was proposed by John Gossman as an alternative to MVC and MVP design patterns when using data binding technology.

Figure 3. MVVM Architectural Pattern

Figure 4. Another representation of the pattern