NBA Stats (Archived)

This project provides an user interface for NBA stats from a public api. The project is divided in different parts (git submodules). Each part have its own README with its own instructions. In order to download all projects, you can either clone recursively or pull recursively.

I wrote this as a onboarding during my time at 2020 Spaces/Promob (now called Cyncly). The goal was to create a backbone.js app, and then modernize it using react components.

Unfortunatelly, due to the recent changes in Heroku’s pricing, the API that this application relied upon is offline and therefore it is not possible to currently demo it. However, there are some screenshots below and the source code is still available.

  • nba-base-app: A backbone app that will list matches, teams and players.
  • nba-react-components: A react app that will build the components for the base app to use.

Description

This project provides an user interface for NBA stats from a public api.