DEV Community

kato bhi
kato bhi

Posted on

Is It Possible to Develop an App for My Website

I'm interested in creating an app for my website. I'd appreciate any insights or guidance on this matter

Top comments (1)

Collapse
 
yagasaki7k profile image
Anderson Marlon

If you are using React, you can use a Cordova:

github.com/uidb-dev/react.cordova

Or use a Capacitor to transform you website in a app:

capacitorjs.com/docs/getting-started

The difference between they is just a lang. Cordova use a Apache, when Capacitor is Java.