parent
8ca716b1c1
commit
ba3a820f77
@ -0,0 +1,57 @@
|
|||||||
|
# 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?_ 😎
|
||||||
|
|
||||||
|
<!----
|
||||||
|
TODO: add an optional image
|
||||||
|
![Using a code editor](../../sketchnotes/webdev101-vscode-dev.png)
|
||||||
|
> Sketchnote by [Author name](https://example.com)
|
||||||
|
---->
|
||||||
|
|
||||||
|
<!---
|
||||||
|
## Pre-Lecture Quiz
|
||||||
|
[Pre-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/3)
|
||||||
|
---->
|
||||||
|
|
||||||
|
## 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](https://github.com/) 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](https://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](../images/resume-website-project.png)
|
||||||
|
|
||||||
|
## 🚀 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.
|
||||||
|
|
||||||
|
<!----
|
||||||
|
## Post-Lecture Quiz
|
||||||
|
[Post-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/4)
|
||||||
|
---->
|
||||||
|
|
||||||
|
## Review & Self Study
|
||||||
|
|
||||||
|
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.
|
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 91 KiB |
After Width: | Height: | Size: 445 KiB |
After Width: | Height: | Size: 221 KiB |
Loading…
Reference in new issue