Deploy to Github Pages
TLDR; Github has an easy way to deploy simple HTML/CSS/JavaScript apps. It’s called Github Pages. Here’s how to use it.
Navigate to the settings menu in your Github repository.

Scroll down past the Archives section to the GitHub Pages section.

Select the branch you would like to deploy to Github Pages. Unless you have specific branches for development and deployment purposes, the branch you will use will most likely be your “main” or “master” branch. Hit the “Save” button.

You will be given a link to your newly deployed website. HOORAY!
