My 10 tips when learning to code and a challenge to myself of what I could code up as quickly as possible. A "5 Minute" HTML/CSS/JavaScript/Git/GitHub project to update my GitHub skills by hosting through GitHub pages.
Create a project folder locally and initialize a Git repository. Commit as you go.
Translate content into HTML elements.
Apply CSS to the HTML.
Create a dyanamic time stamp with JavaScript for the copyright year.
Create a GitHub repository and connect the Git repository.
Create a gh-pages branch in the Git repository
Push the gh-pages branch from Git to GitHub