Coding Challenge

Practice making a UI in React and Python while using Transcrypt.

We'll cover the following...

Problem statement

Currently, our React app is using a REST API to call for different user’s data. That data is then loaded and rendered in the application UI.

Using the additional data available in the API request for a specific user, we’ll add an ...