| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
In Visual Studio code, press command+shift+v (Mac) or ctrl+shift+v (Windows) to open a Markdown preview.
Using your command line, you will need to navigate to the exercises/10-react-components folder, install all dependencies, and start the app.
cd exercises/10-react-components
code . # if you would like to open this in a separate VSCode window
yarn install
yarn startIf, at any time, you need to stop the app, press ctrl+c.
You will be creating a fitness tracker app, which displays stats on a user's latest workouts. Complete the two stateless React components (FitnessActivity and FitnessTracker) for this app.
Here are the files in this exercise:
| Back | FazBrowse Home | New Git URL |