Back to projects
Monster Inventory API

Monster Inventory API

/ March 6, 2024

During my time as Senior Graphic Designer at Monster Transmission & Performance from April 2023 to August 2024, I took on a technical project involving the creation of a TypeScript application that pulled data from the Google API. This app allowed the sales team to view live inventory updates directly from a Google Sheet managed by the sales manager, ensuring real-time access to stock availability.

The Challenge: Real-Time Inventory Visibility

Monster Transmission’s sales team needed a more efficient way to keep track of what was available in stock as orders were placed. Relying on manual updates or delayed systems wasn’t cutting it. To solve this problem, I was tasked with developing a solution that provided real-time inventory visibility.

Developing the TypeScript App

The app I developed was built using TypeScript, chosen for its strong typing, reliability, and maintainability. The core functionality was based on connecting to the Google Sheets API, which served as the live data source for inventory levels. Key steps involved:

  • Google Sheets API Integration: I integrated the Google API into the TypeScript app, allowing for seamless data retrieval from the live Google Sheet where the sales manager updated inventory information.
  • Real-Time Data Pulling: The app continuously pulled data from the Google Sheet, ensuring that the sales team always had an up-to-date view of what was in stock.
  • User Interface: I designed a simple and intuitive interface that made it easy for the sales team to check inventory status at a glance. Key metrics like product name, quantity available, and stock updates were displayed in a clean, readable format.

Live Updates for the Sales Team

The heart of the app was its ability to display live updates. As soon as the sales manager modified the Google Sheet, the app instantly reflected the changes. This allowed the sales team to make quick, informed decisions when talking to customers, ensuring that they were always aware of the most current stock levels.

  • Real-Time View: The app eliminated any delay in inventory updates, ensuring that all team members were working with the same, accurate data.
  • Improved Efficiency: With immediate access to live inventory data, the sales team could close deals faster, reduce the chance of overselling, and keep customers informed on availability.

Impact and Results

By developing this TypeScript app, I was able to provide Monster Transmission with a tool that streamlined its sales operations. The real-time inventory management system not only improved communication within the sales team but also enhanced the customer experience by ensuring that product availability was always accurate.

This project allowed me to extend my technical expertise while directly supporting the company's business objectives, blending both creative and technical solutions to meet the needs of the team.