Create a portfolio website and host your frontend apps on GitHub with a few simple steps.
GitHub pages are free way to host your webpages and frontend apps. Each GitHub page you make will host content from an associated repo. Pages come in two types: User & Organization Pages, and Project Pages.
username.github.io
. Make sure you use your exact GitHub username.
GitHub is generally suitable for hosting frontend apps that only run in the browser. It will not run server-side code or provide a SQL database.
You can use Angular, jQuery, and other Javascript frameworks. You can use AJAX calls to connect to firebase or other remote servers.
You can include images, pdfs, and other content related files in your repo and link to them in your HTML.
Search Google for suggestions on getting your server side code live on the web, that topic is outside the scope of this guide.
username.github.io
. username
should be your username.gh-pages
and press enter.gh-pages
branch of a repo will be reflected on a Project Page.