Can anyone tell in Javascript how can I make a offline app and how can I make online app ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Can anyone tell in Javascript how can I make a offline app and how can I make online app ?

Please

5th Sep 2020, 3:52 AM
Ritabrata Majumdar
5 Réponses
+ 1
Thanks
5th Sep 2020, 4:31 AM
Ritabrata Majumdar
+ 1
Thanks
5th Sep 2020, 4:40 AM
Ritabrata Majumdar
0
Html cannot make apps. It can only make web pages. You can make an offline web page and an online web page but that has to do with where your saved html file is..on your pc or a server / web host. To make an app you need a programming language that can take logic like Java script or python or Java c++ etc
5th Sep 2020, 4:26 AM
Jason Kennedy
0
Use reactnative..it let's you compile your js code into app form
5th Sep 2020, 4:31 AM
Jason Kennedy
0
How can I use reactnative
13th Sep 2020, 7:16 AM
Ritabrata Majumdar