For a longtime, I wanted to create a Desktop App which is platform independent, viz, it can run on different Operating Systems like Windows, Linux, Mac, Fedora, Open SUSE, Android, etc..
If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application.
Therefore, I created a Simple Desktop App that opens up this Blogβs HomePage. Its very easy app. I just wanted to start a Simple Hello Electron App so I created this one.