Portland Trail Blazers
Portland Trail Blazers
screen shot
Technologies
React
Sass
RESTful API
JavaScript
Node.js
Front-End
screen shot
A React based live stats page.

Collaborated on a project with Theorem Inc. involving the redesign of the Portland Trail Blazers' web presence. Translated a provided Sketch design document into a responsive React application, employing Sass for styling.

Hurdles

Complex NBA API Integration: Overcoming challenges presented by the complexity of integrating the NBA API. The project's structure required numerous API calls, some involving multiple endpoints. The use of JSON with 2 and 3 letter keys added to the complexity, necessitating research to decipher their meanings and values.

JSONP Compatibility: Dealing with endpoints returning data in the older JSONP format, incompatible with the standard JavaScript Fetch command. Overcoming this obstacle required extensive exploration of the API documentation and external resources.