How To Submit

Submit the version that actually works online.

Every project submission needs two things: the GitHub repository URL and the live GitHub Pages URL. Check both before submitting.

Submission Checklist

  • □ GitHub repository exists.
  • □ GitHub Pages URL works.
  • □ Latest changes are committed and pushed.
  • □ Required pages are complete.
  • □ Images and links work on the live site.
  • □ The live site matches the version you see locally.

What To Submit

GitHub Repository URL

This is the code repository. It usually looks like https://github.com/username/project-name.

Live GitHub Pages URL

This is the public website. It usually looks like https://username.github.io/project-name/.

Common Submission Mistakes

  • Forgot to push changes after committing.
  • Submitted the wrong repository.
  • GitHub Pages was not enabled.
  • GitHub Pages is publishing from the wrong branch.
  • The local site is updated, but the live site is still old.
  • Images work locally but fail online because paths or capitalization are wrong.

Before You Submit

Open the live site in a fresh browser tab.

If the live URL does not show the final work, the submission is not ready yet. Use the GitHub Pages common fix before turning it in.