Home

Pastime

Digital Physical Interface
  • React
  • Arduino
  • Express

Pastime is a physical–digital system for exploring Major League Baseball team history and statistics. Users select a team by scanning a custom baseball embedded with an RFID chip and adjust the season using a sliding potentiometer. Data from the Arduino hardware is sent to an Express.js API, which interprets the inputs and provides the team ID, slider value, and color scheme. A React-based frontend then requests data from the MLB Stats API and updates the display in real time, creating a seamless interactive experience that connects physical interaction with live, API-driven information.