How to convert my html js css code into a app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to convert my html js css code into a app

Or a website you all can suggest me how to do it I don't have any kind of idea how to to that thing which I have never learned so please tell me about it quickly thank you https://code.sololearn.com/WOqJDpVMSCNf/?ref=app

8th Nov 2023, 4:09 PM
Viraj Yadav
Viraj Yadav - avatar
14 Answers
+ 9
Web project can't be convert directly in App. So you have to learn App development instead web development
8th Nov 2023, 4:18 PM
A͢J
A͢J - avatar
+ 9
Learn about PWA. TO make progressive webapps that use html css, js. https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
8th Nov 2023, 5:18 PM
Chris Coder
Chris Coder - avatar
+ 7
You can learn that for example here: https://flutter.dev/
8th Nov 2023, 4:16 PM
JaScript
JaScript - avatar
+ 5
Learn Flutter, React to make an App and forgot about css, js, html.
8th Nov 2023, 4:13 PM
A͢J
A͢J - avatar
+ 4
Try the online services type the keyword 'website to app converter'
8th Nov 2023, 4:14 PM
MATOVU CALEB
MATOVU CALEB - avatar
+ 4
There are two main ways to convert HTML, CSS, and JavaScript code into a mobile app: 1.Use a hybrid mobile development framework. Hybrid frameworks allow you to use your existing HTML, CSS, and JavaScript code to create an app that can be deployed on both Android and iOS devices. Some popular hybrid frameworks include: @@Apache Cordova @@Ionic Framework @@React Native 2.Use a native mobile development framework. Native frameworks require you to rewrite your code in the native programming language for the platform you want to deploy to (e.g. Java for Android, Swift for iOS). This is a more time-consuming process, but it can result in a better performing and more polished app. @Which method should you choose? The best method for converting your HTML, CSS, and JavaScript code into a mobile app depends on your specific needs and requirements. If you are looking for a quick and easy way to create a mobile app, then using a hybrid mobile development framework is a good option.
9th Nov 2023, 7:26 PM
Biniam Habtamu Woldyohannes
Biniam Habtamu Woldyohannes - avatar
+ 3
I have tried but they are not making it properly
8th Nov 2023, 4:15 PM
Viraj Yadav
Viraj Yadav - avatar
+ 3
learn web dev first
9th Nov 2023, 12:39 PM
Alhaaz
Alhaaz - avatar
+ 3
Cant make a app but you can deploy as a website, heres how i do it. 1. Create/login to a github account. 2. Create a repository, you can goto top right corner on your profile and hit “your repository”, (you can name this anything you want) 3. Add your code to the repository, you click the create new file, then give your files a name, make sure you put extensions too (.html, .css, .js) Example: index.html, styles.css and script.js After giving your file a name just copy paste your code in, also remember to reference your css and js files in your html file. 4. Deploy website, after your done you goto the repository settings and click “pages” (if nothing shows up goto “general” and scroll to danger zone and set visibility to public), In the pages window under the Branch click at “none” and select main then click save. 5. Wait, it takes about 20sec for github to deploy websites but if you wait and refresh a link to your website should show up. In search engines it tends to take around a week to show up
9th Nov 2023, 11:34 PM
KrissKodihann
KrissKodihann - avatar
+ 2
Where can I learn these 2
8th Nov 2023, 4:14 PM
Viraj Yadav
Viraj Yadav - avatar
+ 2
This would be a good example as well based off of the prior comments: https://youtu.be/NDbruK1fzG8?si=uLGla7dqHwI1uWJD
8th Nov 2023, 7:27 PM
Uri Easter
Uri Easter - avatar
+ 1
Hii tell me any solution of this question ❓
8th Nov 2023, 4:09 PM
Viraj Yadav
Viraj Yadav - avatar
+ 1
Thank you
8th Nov 2023, 4:17 PM
Viraj Yadav
Viraj Yadav - avatar
0
Use webintoapp.com
10th Nov 2023, 3:27 PM
Horla Laycon