Our goal is to recreate the team table that we worked with last week, but now with our new JSX knowledge! More specific instructions are available in the App.js file.
Here's an example of what yours could look like:
You can open this repository in Codesandbox by going to the following link where you add your Github username at the end: https://codesandbox.io/s/github/redi-react-fall-2020/05-exercise-jsx-## Your github username ##
You should be able to see what's being rendered by the browser in CodeSandbox. If not, tell a teacher!
Within this repo, there is also an answers
branch that you can refer to if you get stuck.