stat_lines

Good day at the plate

View the source code here

Technology Used:

  • React
  • Node.js
  • Postgresql
Stat Lines is a basic JavaScript application that displays baseball player stats for a given game. Data is initially fetched from the backend on page-load, and uses 'infinite scrolling' that fetches more data when a user scrolls to the bottom of the table. The stat table itself is a reusable component that has the flexibilty to render different stat types depending on the player.