Skip to content

Commit ba3a820

Browse files
committed
assignment assets added
1 parent 8ca716b commit ba3a820

File tree

5 files changed

+57
-0
lines changed

5 files changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# VSCode.dev Assignment
2+
## Create a resume-website using vscode.dev
3+
4+
_How cool would it be to have a recruiter ask for your resume and you send them a url?_ 😎
5+
6+
<!----
7+
TODO: add an optional image
8+
![Using a code editor](../../sketchnotes/webdev101-vscode-dev.png)
9+
> Sketchnote by [Author name](https://example.com)
10+
---->
11+
12+
<!---
13+
## Pre-Lecture Quiz
14+
[Pre-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/3)
15+
---->
16+
17+
## Objectives
18+
19+
After this assignment, you'll learn how to:
20+
21+
- Create a website to showcase your resume
22+
- _Optional_ - Launch your resume website to the Cloud for free
23+
24+
### Prerequisites
25+
26+
1. A GitHub account. Navigate to [GtiHub](https://github.com/) and create an account if you haven't already.
27+
28+
## Steps
29+
30+
**Step 1:** Create a new GitHub Repository and give it a name `my-resume`
31+
32+
**Step 2:** Open [VSCode.dev](https://vscode.dev) and select the `Open Remote Repository` button
33+
34+
Copy the url to the repository you just created for your resume site and paste it in the input box:
35+
36+
_Replace `your-username` with your github username_
37+
38+
```
39+
https://github.com/your-username/my-resume
40+
```
41+
42+
✅ If succesful, you'll see all files for this repository loaded in the text editor.
43+
44+
![Create resume project outline](../images/resume-website-project.png)
45+
46+
## 🚀 Challenge
47+
48+
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.
49+
50+
<!----
51+
## Post-Lecture Quiz
52+
[Post-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/4)
53+
---->
54+
55+
## Review & Self Study
56+
57+
Read more about [VSCode.dev](https://code.visualstudio.com/docs/editor/vscode-web?WT.mc_id=academic-0000-alfredodeza) and some of its other features.
539 KB
Loading
91.3 KB
Loading
445 KB
Loading
221 KB
Loading

0 commit comments

Comments
 (0)