From the course: Building a React Project with Google Bard and the PalM2 API
Working with slides - Bard Tutorial
From the course: Building a React Project with Google Bard and the PalM2 API
Working with slides
- [Instructor] You can find all the slides for this course at raybo.org/slides_reactpalm. At the bottom of the screen, there is a toolbar which you can show or hide by hitting the T key on your keyboard. There are some links to my courses, my blog, and some other contact information. If you hit the M key, you can see the menu that's on the sidebar and then pick one of the videos for the course. If you want to watch the slides for the first video, you can click on this one right here, and then just use the arrow keys to go forwards and backwards through the code. A lot of these slides will have links that you can click on directly to go to different websites. You can find all the code for this project at GitHub at this URL. All of the code for this video is stored in different branches, and each branch corresponds to how the code looked at a specific point in the course. So, for example, if you want to look at how the code looked at the beginning of the second chapter and the third video, you would choose O2_03b. If you want to see how the code looked at the end of that video, you would choose O2_03e. You can open this code in codespaces by going to the Code button, then clicking on the Codespaces tab, and then creating a codespace on this project. Or you can clone it to your local hard drive by going to the Local tab and cloning this URL. Because this course contains environment variables, you'll probably want to clone the repo locally. I show you how to do that in this course.