Develop a standalone windows app including installer based on webadress

Job ID: 36190202

Budget: $30 – $250 USD

Download and install the Microsoft Edge WebView2 runtime. You can find it at https://developer.microsoft.com/en-us/microsoft-edge/webview2/.

Create a new desktop application project in your preferred development environment (such as Visual Studio or Visual Studio Code).

Add the WebView2 control to your project. This will allow you to embed your web app into your desktop application.

Write the code to load your web app into the WebView2 control. You can do this using the WebView2 NuGet package in Visual Studio or by following the WebView2 API documentation at https://docs.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/.

Customize your desktop application as needed to provide a seamless experience for your users.

Build and deploy your desktop application.