KaniyamFoundation / ProjectIdeas

A Place to write down the project ideas and to plan them
37 stars 3 forks source link

Cross-Platform Website Launcher: A JavaScript Approach #213

Open IngersolNorway opened 2 months ago

IngersolNorway commented 2 months ago

Hello, I aim to create an executable file (exe) that harnesses Microsoft's visualization techniques—like list, details, tiles, content, and icon groups—while integrating a scroll bar on both sides and bottom. My key focus is on featuring large icons with personalized designs, where each click on an icon would launch a specific website page. As I lack a Python developer, I seek your guidance on the most efficient method to accomplish this using JavaScript.

Refer - https://www.vilaiyaatu.com/

Best regards, Ingersol

vil

tshrinivasan commented 2 months ago

All you want is to show the website https://www.vilaiyaatu.com/ as a desktop application. People have to download the application, install and use it only to navigate one single website https://www.vilaiyaatu.com/

Am i right? @IngersolNorway

tshrinivasan commented 2 months ago

check few discussions and tools reference here https://stackoverflow.com/questions/29686011/how-do-i-convert-web-application-into-desktop-executable

IngersolNorway commented 2 months ago

In fact, it's not just for https://www.vilaiyaatu.com/ but for all of my websites. If it's feasible to accomplish this task using Python, I'd appreciate your assistance.