LESSON 13
Project: Publish a Project on GitHub
Learning objective: Publish a real project to GitHub as a portfolio piece.
Understand
Turn one of your builds into a public portfolio project.
Take a project you built earlier (like your landing page), put it under Git, write a clear README, commit your work, and push it to a public GitHub repo. A good README explains what the project is and how to run it.
Analogy: This is like framing your work and hanging it in a gallery employers can visit.
See It in Action
A minimal README to add:
# My Landing Page
A responsive landing page built with HTML and CSS.
## Run
Open index.html in a browser.Try It Yourself
- Put an existing project under Git.
- Add a clear README.
- Commit and push it to a public GitHub repo.
Quick Quiz
What makes a project portfolio-ready on GitHub?
Challenge
Publish a real project to GitHub with commits and a helpful README.
Success condition: Your project is public on GitHub with a README and commit history.
Lesson Complete
You answered correctly and completed the required practice. Your progress has been saved on this device.
Continue to next lesson →