# Week 1: Introduction & Welcome

# Getting Started

  • Introductions
  • Course outline
  • Course deliverables
  • BS LMS
  • Steve Griffith's YouTube Channel
  • Subscribe to YouTube channel and enable notifications
  • LinkedIn Learning
  • CodePen
  • Create codepen.io account
  • Install VSCode
  • VSCode extension list:
    • Live Server by Ritwick Dei
    • Bracket Pair Colorizer 2 by CoenraadS
    • indent-rainbow by oderwat
    • Live Share by Microsoft
    • Prettier - Code formatter by Esben Petersen
    • Svg Preview by Simon Siefke
    • vscode-icons by VSCode Icons Team
    • GitLens - Git supercharger by Eric Amodio
    • Code Spell Checker by Street Side Software

# VSCode Keyboard Shortcuts

You will be using VS Code through a majority of your courses during the program. We HIGHLY recommend that you get used to using the keyboard shortcuts for common tasks. Using a mouse or the track pad will significantly slow you down in programming.

It will take time to learn these shortcuts.

Be sure to practice them with every exercise you complete.

# What is a Webpage

  • What is HTML?
  • How to view source on a webpage?
  • How to use VSCode to create a webpage?
  • How to use Live Server to preview webpages?
  • What is CSS?

# What to do before Week 2

Self-Directed TODO

Watch these videos before week 2:

Last Updated: 8/19/2020, 11:01:41 PM