Projects.⚗️
These are some things I've either built in the past or am currently working on.
- nextjs-components
React components, transcribed from Vercel’s internal design system. nextjs-components
- Hexagonal Geospatial Data App
The data for this map comes from GPS Data, via a
react-native
app on my iPhone. Every time my location changes by x-meters, GPS data is hashed and indexed with Uber'sh3-js
library, and sent to a lambda function and eventually stored inDynamoDB
. It's then served viaCloudFront
and rendered here with the help of react-google-maps.
Further styling is done client side, such as map theming and hexagonal heatmap rendering.