# 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](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. ## 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.