66Irenka / js-3-3-tv-show-dom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TV Show DOM Project

A starting point for CYF's TV show DOM project

Github Instructions:

  • Fork this repo
  • Create a branch called for-review, push it into your github and create PR into upstream/main
  • For each level you will be branching out from the for-review
  • For Level 100:
    • Branch out from for-review into feature/level-100
    • Use vscode to edit your local copy of the project
    • Once Level 100 is done and you are happy with the result, checkout into for-review and do:
      git merge feature/level-100 --squash
    • Push for-review into your github
  • Repeat above step for each of the next levels.

Task Instructions:

  • Start with Level 100
  • Right click on index.html and open with live server
  • Confirm in the browser that you can see the red text: "Got 73 episode(s)"
  • Edit index.html to include your name and github username in the page title instead of (My Name (My GitHub username))
  • Configure your site for automatic deployment to Netlify Instructions here
  • Ensure the netlify site name is exactly USERNAME-tv.netlify.app where USERNAME is YOUR github username.
  • Visit your deployed site
  • Set your new repo's website link on github to be your netlify URL, under About section in the right hand side on your github TV repo.

About


Languages

Language:JavaScript 99.9%Language:HTML 0.1%Language:CSS 0.0%