An open API service indexing awesome lists of open source software.

https://github.com/jhc1133/calculatorwpf

Hobby project with the goal to reverse engineer the MS Calculator from Windows 11, using WPF and MVVM pattern.
https://github.com/jhc1133/calculatorwpf

mvvm reverse-engineering wpf

Last synced: about 2 months ago
JSON representation

Hobby project with the goal to reverse engineer the MS Calculator from Windows 11, using WPF and MVVM pattern.

Awesome Lists containing this project

README

          

V.1.0
Standard calculator implemented.
- Model handles all computations.
- ViewModel handles and connects all input via UI in View and passes them along to the Model.
- View holds all the UI and is connected to the ViewModel via RelayCommand Bindings. Styles are made in a ResourceDictionary for greater reusability.

![image](https://github.com/user-attachments/assets/e5373f21-267d-4f44-91c9-fdacaf5204ae)