The Treehouse React Basics course helps you to get up and running with React by creating a Scoreboard application. The course was originally written for React 15, so I have shared my final Scoreboard application updated for React 17 and ES6.
This project was bootstrapped with Create React App. If you have Node.js installed locally you can quickly start the application by following these steps:
cd treehouse-react-basics
npm install
npm start