07.02 Visual Studio Code Exercise
On this page
Exercise Deliverables
- Upload an screenshot of your online game
- Label the file YYYY-MM-DD Lastname Firstname online game (
.jpg,.png)
- Label the file YYYY-MM-DD Lastname Firstname online game (
- Upload URL of website
- Label the file YYYY-MM-DD Lastname Firstname URL (
.docx,.pdf,.txt)
- Label the file YYYY-MM-DD Lastname Firstname URL (
Exercise Overview
- Create a folder on your computer to hold GitHub repositories
Git-Repositories - Create a folder inside your
Git-Repositoriesfolder such asmy-game - Create a GitHub account at https://github.com
- Sign up with your student email address
- Choose a username that can be in a URL address. Username can be anything. Does not need to be your name or identifiable
- Download and Install Visual Studio Code
- Install git if not installed
- Open Visual Studio Code
- Open the
my-gamefolder in Visual Studio Code - Create a new file called
index.html- Type “Hello Fuzzy Banana!” in the file
- Save the File
- Got to Terminal - New Terminal
- In the Terminal type each of the following (Replace with your information.) Each should be typed individually. Press Enter or Return after each line.
git config --global user.name "Your Name"git config --global user.email "your.email@example.com"
- Click the source control icon.
- Initialize the repository.
- Type a commit message.
- Click Commit Changes.
- Click Publish Branch and select public repository.
- Connect Visual Studio Code to your GitHub Account.
Exercise Resources
External Resources
Video Guides
- How to Install Visual Studio Code
- Configure GitHub Username and Email
- Setup Username and Email with Git and GitHub in Visual Studio Code on Windows
- How to Use Visual Studio Code and GitHub
- Publish GitHub Branch
- VSC Extensions for Web Development
Install Visual Studio Code
Configure GitHub Username and Email
Setup Username and Email with Git and GitHub in Visual Studio Code on Windows
How to Use Visual Studio Code and GitHub
Publish GitHub Branch
VSC Extensions for Web Development
Grading Rubric
| Assessment | Weight |
|---|---|
| Screenshot Image Uploaded | 60 points |
| URL Submitted | 30 points |
| File Management and Labeling | 10 points |