Motivation:
The original Windows 11 Calculator app has a minor flaw where it's 1 pixel off, which drives me crazy! 😅 So, I decided to recreate it perfectly using Golang and Wails to get the functionality I need, with a front-end built using HTML and CSS.
Image showing the 1-pixel issue in the original Windows 11 Calculator app.
Objective:
The goal is to create a clone of the Windows 11 Calculator app that is visually perfect and works well, fixing the small but annoying error in the original design. I also wanted to try using Golang and Wails to create a native desktop app with a modern design.
Technologies/Tools Used:
Programming Language: Go (Golang) 🐹
UI Framework: Wails (to build native desktop apps with Go and integrate web technologies) 🌍