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
- Register for a GitHub account.
- Work through the Introduction to HTML lab.
Customize your profile
- Read Git Handbook
- Install git
- Add a profile README
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
- Open Your codespaces
- Delete the codespace
Discussion
- What is HTML?
- What is CSS?
- What is JavaScript?
- What’s a version control system?
- 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.
- Read: https://guides.github.com/introduction/git-handbook/
- Write: Publish a website