Please where can I host my website for free inorder to allow it visible on any browsers, on any phone?
1 Like
You can host your website using GitHub Pages. It gives you a domain. Then you can access your website from anywhere.
But only host non-commercial projects in there as the documentation says:
GitHub Pages is not intended for or allowed to be used as a free web-hosting service to run your online business, e-commerce site, or any other website that is primarily directed at either facilitating commercial transactions or providing commercial software as a service (SaaS)
For more information, check out Prohibited Uses section in GitHub Pages Documentation.
Happy coding!
3 Likes