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.
- Host: GitHub
- URL: https://github.com/jhc1133/calculatorwpf
- Owner: JHC1133
- Created: 2024-11-13T11:35:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-22T11:55:04.000Z (over 1 year ago)
- Last Synced: 2025-01-23T08:41:49.747Z (over 1 year ago)
- Topics: mvvm, reverse-engineering, wpf
- Language: C#
- Homepage:
- Size: 299 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
