- https://medium.com/tunapanda-institute/8-steps-to-publish-your-portfolio-on-github-9d6e6e3d2e84
- https://towardsdatascience.com/how-to-create-a-compelling-github-portfolio-a229e7472a92
- Create a github repository by giving the name following this
username.github.io - Make a
index.htmland place it in the root of the repository. To populate it just use your HTML knowledge. - Add, cmmit and push the changes. That's it.
- Open a tab in your favorite browser and search for
https://username.github.io/. You will see your portfolio.