From the course: Mastering Web Developer Interview Code

Using the exercises for this course

- [Instructor] All of the files for this course are freely available as a GitHub repo at this URL. The repository is built so that there are branches for each of the videos in the course. You can use this branch pop-up to switch to a specific branch and take a look at the code at that stage. For example, the branch titled 0102 would show you the code on chapter one and show the second video in that chapter. If you see a letter b at the end of the name it means that's how the code looked at the beginning of the video. And if you see an e at the end of the branch that's how the code looked at the end of the video. If you want to, you can download the course by clicking on the code button, and then choosing one of the options like open with Codespaces or GitHub Desktop. If you're familiar with terminal commands, you can also download the repo by using the clipboard icon to copy the link. We recommend that you download the main branch and issue an npm install command. In this case, the main branch is called master. You can also look at the code or download any of these branches individually, by going to the branch pop-up first, and then choosing a branch. And then using the code button to download just that code. This way you can download the Zip file for the specific video you want to follow along with. You may need to install nodejs, which had the node package manager known as npm as well as Git. And if you're in a PC make sure you also download the Git Bash Application which is part of the Git installation. This will allow you to run Lynx commands on your PC. You may also need to install Gulpjs, and make sure you follow the instructions on that website. If you need more experience working with Git and GitHub, do a search for learning Git and GitHub in our library. If you're comfortable with these requirements, let's get started.

Contents