Frontend with React
📱 Mini-project: your team on screen
Third checkpoint of your app: the team logic you wrote in JavaScript finally gets a face. With React you paint it on screen, from a single card to the full app.
What you'll learn
- Go from data in the console to a visible interface with components.
- Render a list of objects with map and the key prop.
- Compute a derived value (the average) inside a component and display it.
- Compose several components into a mini-app with a header, list and summary.
Lessons
Your app finally has a faceThe team you computed in the console, now on screen with React.Practice this module in the app
DevPath is a hands-on course: you read the theory here; in the app you put it into practice with exercises that really run, offline.
Start free in the app →