+ 1
Pls how can I make my coding go live
How do I publisher my code for everyone to interfere. In this way after I write a got to do list website and I want to publish it online for everyone to use or see … how do I make that happen? Pl
2 Antworten
+ 1
Easiest way is through github pages use youtube for exact instructions
0
As Zvi said, you can publish it to GitHub pages. Here's a short explanation (You can watch YouTube too if u don't understand):
1. Go to GitHub.com and create an account.
2. Go to "repositories" tab and click "Create new repo" option. Fill the details like the name of repo, and for safety, take the MIT License.
3. Upload your html, css, and js code in the repo by clicking "add file". Make sure they are linked in the html file through script and link tags.
4. Make sure the html file should be named "index.html".
5. Go to settings
6. Go to "Pages"
7. Select the main branch and deploy.
Then your website will be available at:
USERNAME.github.io/YOUR-REPO-NAME