Please review the following resources before lecture:
This exercise will give you hands-on experience with the React framework and supporting tools to enhance a dynamic front-end application that communicates with a backend API.
npm install and then run it using the npm run dev command.Program and ProgramList components. The needed HTML and CSS has already been provided for you.
Program component should allow you to configure the title and description to display.[!NOTE] You can use the React Router tutorial to learn how to handle form submissions.