Prior to starting this WOD, you should:
(a) Do all the Readings in the UI Basics module
(b) Open VS Code to your repo directory, open a terminal, start http-server (It is recommended that you install and use live-server instead to help speed your development testing)
(c) Create a directory in your repo directory called WODs
and inside this directory create another directory called BrowserHistory1
.
You can watch the Getting Started With WODs screencast of you are unsure how to get started.
BrowserHistory1
directory called index.html
.doc
EMMET boilerplate to set up the document). Open a browser and check that the page loads and has the expected heading. Remember that you are running http-server from your repo directory so you will have to add the full path to the index.html file e.g. localhost:8080/WODs/BrowserHistory1/index.html
The following image shows what it should look like (click to see full size):
When finished, stop your timer, and record how many minutes it took you to complete the WOD.
Rx: <15 min Av: 15-20 min Sd: 20-25 min DNF: 25+ min
Once you’ve finished doing the WOD a single time, watch a screencast example of doing it HERE
NOTE: This example may use different tools (such as the editor and web server) than used in class. You should not try to copy this example exactly. Use it to see how to do the WOD efficiently and get hints on areas you may be having trouble with.
You’ll learn significantly less from watching me solve the WOD if you haven’t attempted the WOD yourself first.
While it’s an achievement to finish the WOD no matter how long it takes, you might experience “diminishing returns” if you work longer than the DNF time. Thus, it might be strategic to stop working at the DNF time and watch my solution.
After watching my solution, I recommend that you repeat the WOD if you have not achieved at least Av performance. If so, be sure to:
Feel free to keep trying until you make Rx if that’s of interest to you.