main

name: “Lesson 0x01” about: Introduction and review. title: “Lesson 0x01” labels: ’' assignees: ''


Introduction

In this lesson we will review HTML, CSS and JavaScript then we will dive into the world of source control. By the end of this lesson:

  • you will have a GitHub account.
  • you will have a website hosted on GitHub.
  • you will understand how to backup your code with git.

Getting Started

Customize your profile

Launch the SparkleHub codespace

  • Open the CodeChica++ repo in a browser.
  • Launch a new codespace.
    • Click on “Code”
    • Select “Open with Codespaces”
    • Select “New codespace”
    • Select “Basic”
    • Click on “Create codespace”
  • Open a Terminal
  • Type ./bin/setup
  • Type ./bin/server
  • Open the app in your browser.

Cleanup

Discussion

  1. What is HTML?
  2. What is CSS?
  3. What is JavaScript?
  4. What’s a version control system?
  5. What is git?

Practice

Conclusion

Girls will refresh coding skills, get excited about what they’ll be learning.

They will get to see SparkleHub, run setup and see the server.