Using the Exercises

To get the code simply go to raybo.org/slides_reactinterface.

This will take you to a slideshow with all of the links you'll need for the course.

At the bottom of the slideshow you'll find a navigation toolbar. You can hit the t key to show or hide the toolbar.

You can also find links to the Github Repository for the course as well as contact information.

If you hit the m key, you'll see an index of all of the slides for the course. If you click on a slide that slide will play on your monitor.

At the beginning of each slide, there is an overlay with a link to each of the slides. If you're watching the video, you can jump to each of the slides at that URL.

To move through the slides you can use the arrow keys.

You can get to a Github repo that has some of the code for the course. The link to the repo is at the bottom of the slides.

The repository is built so that there are branches for each of the videos in the course.

You can use this Branch popup right here to switch to a specific branch and take a look at the code at that stage.

For example, the branch titled 01_02 would show you the code on Chapter 1 and show the 2nd 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, 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.

You can also look at the code or download any of these branches by going to the branch popup first, and then using the Code button. That way you can download the ZIP file for the specific video you want to follow along with.

If you need more experience working with Git and GitHub, do a search for Learning Git and Github in our library.

So, that's how you work with this project, so let's keep going.