Which standalone development framework to build a single page application? - TechRepublic
Question
June 9, 2022 at 02:29 AM
tecmhe12

Which standalone development framework to build a single page application?

by tecmhe12 . Updated 3 years, 12 months ago

Using 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.

This discussion is locked

All Comments