You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/8-code-editor/1-using-a-code-editor/assignment.md

1.7 KiB

VSCode.dev Assignment

Create a resume-website using vscode.dev

How cool would it be to have a recruiter ask for your resume and you send them a url? 😎

Objectives

After this assignment, you'll learn how to:

  • Create a website to showcase your resume
  • Optional - Launch your resume website to the Cloud for free

Prerequisites

  1. A GitHub account. Navigate to GtiHub and create an account if you haven't already.

Steps

Step 1: Create a new GitHub Repository and give it a name my-resume

Step 2: Open VSCode.dev and select the Open Remote Repository button

Copy the url to the repository you just created for your resume site and paste it in the input box:

Replace your-username with your github username

https://github.com/your-username/my-resume

If succesful, you'll see all files for this repository loaded in the text editor.

Create resume project outline

🚀 Challenge

Open a remote repository you have permissions to make changes and update some files. Next, try creating a new branch with your changes and make a Pull Request.

Review & Self Study

Read more about VSCode.dev and some of its other features.