Building an idea using HTML CSS JS - Day 11

Building an idea using HTML CSS JS - Day 11

·

1 min read

Today's day 11 Goal is to Host my project backupcal using Github Pages and take my project backupcal live online.

Hosting web application

how to host your static website using GitHub pages?

  1. Open GitHub repository that you want to host.

  2. Under your repository name, click Settings.

  3. In the "Code and automation" section of the sidebar, click Pages.

  4. Visit username.github.io to view your new website.

    • Note: It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub.

Imperative measures to be taken before deploying your website using GitHub pages.

  • Make sure to include CSS file in html.

  • Make sure to include JavaScript file in html.

Conclusion

  1. I Have successfully completed hosting my website.

My website: Link

backupcal host.png

backupcal live.png

Author: Dheeraj.y