From the course: React.js: Building an Interface

Exercise files - React.js Tutorial

From the course: React.js: Building an Interface

Start my 1-month free trial

Exercise files

- [Instructor] To work with the exercises for this course, simply go to raybo.org/slides_reactinterface. This will take you to a slide show with all the links you'll need for the course. At the bottom of the slide show, you will find a navigation toolbar. You can hit the t key to show or hide this toolbar. You'll find a links to the GitHub repository for this course as well as contact information. If you hit the m key, you should see an index for all the slides on the course. If you click on a slide, that slide will play for you on your monitor. At the beginning of some slides, there is an overlay with a link to the slides you're looking at. 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. This repository is built so that there are branches for each of the videos in the course. You can use this branch pop-up right here to switch to the specific branch and take a look at the code at that stage. For example, the branch titled 01_04 would show you the code on chapter one and show the fourth 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 name, that's how the code looked at the end of the video. If you want to, you can download the course by going to the Code button and 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 pop-up first, and then using the Code button, you can download the ZIP file for the specific video you want to follow along with. If you need more experience with Git and GitHub, do a search for learning Git and GitHub in our library. That's how you work with this project, so let's keep going.

Contents