React Sample Project - Part 1
Note: In the video, after setting up the project, I ran an npm audit command. I suggest that you NOT do this, because (for some reason) it can mess up your React project. If you do happen to run the command, and it does cause problems for you, you could try this command to get things working: npm audit fix --force