🎯 What you'll practice: Planning and self-checking the capstone React app against the full course requirements.
1-B 2-A 3-B 4-B | 5 = layout 6 = localhost 7 = multiple pages via React Router with a nested route, server data via React Query for at least one resource, global state via Context, responsive styling 8 = push to GitHub, deploy to Vercel with env vars in the dashboard, confirm the live URL works end-to-end 9 = Because repo access can widen over time (collaborators, forks, accidental publicity), and committed secrets remain in Git history even after deletion — env vars kept out of Git avoid that permanent exposure | 10 = Answers vary — e.g. a "Recipe" app with routes "/", "/recipes", "/recipes/:id", "/favourites", with favourites state stored in Context and recipe data fetched via React Query.