This is the repository for the LinkedIn Learning course Building Test-Driven React Components with Copilot
. The full course is available from LinkedIn Learning.
See the readme file in the main branch for updated instructions and information.
This repository has an Exercise Files folder with nested chapters for each video. If you'd like to review the exercise files for Chapter 2 lesson 2, you would go to: ExerciseFiles > Ch02 > 02_02 > 02_02b > my-react-project
.
In each my-react-project
folder, you can run npm install
to install the dependencies.
- To use these exercise files, you must have the following installed:
- Node.js version 18+
- Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.