Welcome to my GitHub portfolio. You can learn a bit more about me here: https://standingtree.github.io/
- Real-time MBTA bus tracker (Route 1): An exercise in working with real-time web data from a third party API, map manipulation in the DOM using the Mapbox API library.
- Paani Data: A curation of data on the Indian water industry. Primarily in Python, connecting disparate public data sources, geoJSON maps, and data visualizations using Plotly Dash.
- A Simple Shopping Cart: A simple shopping cart built with stateful ReactJS components.
- The EveryBar ATM: The kind of ATM you love to hate on a night out, built with stateful ReactJS components, and utilizing some Bootstrap.
- Tic-Tac-Toe: A simple tic-tac-toe game written in React, with state passed between parent and child components in the DOM.
- PacMen Exercise: An exercise in using onclick events and programmatic animation.
- Programmed eyes exercise: An exercise in using onmousemove to make an image in the DOM follow the mouse pointer.