Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.43 KB

File metadata and controls

19 lines (11 loc) · 1.43 KB

React - The Complete Guide Course Resources

This repository provides access to code files, code snapshots, slides & other resources that are used or provided by the React - The Complete Guide course.

If you're facing any issues with the code, please post in the course Q&A section.

Repository Content

  • Code Snapshots: All code snapshots (starting snapshots, intermediate snapshots, finished snapshots) for the various course sections can be found in the /code folder.
  • Lecture Attachments: Any standalone code files or other attachments that are mentioned in course lectures (and attached to those lectures) are stored in the /attachments folder.
  • Other Resources: Other resources (like the course slides) can be found in the /other folder.

The Code Snapshots and Lecture Attachments folders contain one subfolder per course section - this allows you to easily access the resources for a specific course section.

How To Use Code Snapshots

Code snapshots are primarily provided to allow you to compare your code to mine. The snapshots are taken directly from the course recordings and therefore reflect my code you see in the videos.

Of course, you can also try running those code snapshots on your machine. You'll need to run npm install in the individual snapshot folders, followed by npm run dev to start the development server - just as shown in the course.