My Logo
My First React Project
001

A basic player bio page made with React and MaterialUI

Using React and MaterialUI, I created a basic player bio page for NBA players based on JSON Data.

Hooking up tables to populate with player data was a great intro to using a component library with React.

My First React Project
My First React Project

About this project

  • This was my first attempt at creating a React App from scratch.
  • Without knowing, I taught myself MaterialUI along the way and created a basic player bio.
  • Even though the design is somewhat rough, it was a great way to jump in and get familiar with React and MaterialUI.
  • Concepts used

  • MaterialUI Components
  • Reusable React Components
  • Conditional Rendering
  • Filtering JSON Data