+ 1
Where to use
I am learning coding from solo learn but where should I apply my skills ? I mean to say there is a playground in which I can make web can I download same type of play ground in my mobile to make my own web?if yes then from where?
4 Antworten
+ 4
I don't think that there is a similar playground for mobile phones. Hovewer I can tell you the basics. To make your own web, you will need a browser and a text editor. That's all. I recommend using PC or laptop, because web development is much faster on PC than on phone. However, if you only have a phone, you can download any text editor and use it for coding. As far as I know, every Android phone has a file manager which you can use to open .html files using your browser. I don't know if iPhones have file manager, because I don't use it. There is also one important point to keep in mind. If you want your website to be publicly accessible, you will need to buy public ip address, server (can be any computer), domain and download any web server or you can just rent a server. If you don't want to pay for these services then there is an option to use a free web hosting service. The domains don't look nice (they look like .xf), but they are free and usually come with a web editor or something like that. Just search free web hosting and you can choose any service you like. I personally don't have a website, but when i make prototypes or just quick projects, I first create folder and save a file index.html in it. Then i open it in web browser and code editor (I use Visual Studio Code) and I am ready to start coding. I am not sure if I helped you, but i tried. Happy coding!
+ 5
Kush Rawat You can create codes. You can apply skills in your own project whether developing website or application.
+ 3
You can try out freeCodeCamp it will enhance your skills and you will get to develop some more critical projects. I assume you are using the mobile app. You can also access the web development course of freeCodeCamp from mobile phone.
+ 1
Thanks matej jonas