How to create your desktop app with HTML

In this post, I will show you how to create a desktop app with HTML, CSS, and JavaScript. We will use the electron framework to create the app. Our app will be a simple calculator. It will have a text field where you can enter the numbers, and a button to perform operations. What is …

How to create your desktop app with HTML Read More »