Question
-
Topic
-
Which standalone development framework to build a single page application?
LockedUsing a Windows-based standalone framework, I’d like to create a single web page that performs several calculations and displays the results on the same page.
No server side programming. The page just needs to work in a browser.
As I don’t know HTML, I’d like to create the page via a forms designer — and use an easy language (JavaScript?) for the calculations.
I already have Visual Studio (Community 2022) and have used it recently to make a Windows C++ GUI application using Visual Studio’s form designer. It worked well; the hardest part was learning all the Visual Studio project options and packages needed to get started!
Since I have Visual Studio, and suspect it can create the above single page application, I have a slight preference for using it. But if another free Windows standalone framework is more appropriate, that would be fine also.
Any suggestions will be appreciated.
Thank you.