Video Component: Make a video tutorial on how to create a basic website from scratch with all the following requirements:
- How to screen record =
- Mac = In Quicktime choose “New Movie Recording” to show your “talking-head” in the corner from your webcam (choose View > Float on Top). Then, choose “New Screen Recording” to start recording your tutorial. Note: you’ll need to figure out how to record your voice as well.
- Windows = Use OBS
- Teach how to create an
index.htmlfile with a basic HTML boilerplate - Teach how to add a
styles.cssfile, link it to the index.html file, and style something - Teach how to add an
index.jsJavaScript file that when a user presses a button: 1) they are prompted to input their name, then 2) prompted to guess a number, and finally 3) the text on the page says something like “Hello, [name]. You guess right!.” or “Nope, [name]. The number was [x].” - Post the video to this badge’s page on your portfolio website.