Nordnet Calculator

A Simple Desktop Stock fees calculator by Electron

Posted by Tingan Tang on October 17, 2022 · 1 min read

Motivation

Nordnet's stock fees can be calculated based on different transaction levels and markets and currencies. It's a simple math calculation problem with many variables.

Technical stack choice

Obviously, a desktop GUI app will be better than web app. as Web app need Web server, while desktop app can launch just with one click. The app doesn't need sophisticated database storage. A simple sqlite db or even JSON file will suffice. For Desktop GUI, there are many choices such as Python with Tkinter or PyQT or JavaFX. Both Python or Java GUI can solve the problem easily. But I consider Electron solution. As electron is based on Web technologies such as HTML, CSS and JavaScript.

Demo

Github source code
lovebooks
Nordnet Calculator