#app
#web
#data science

Flip: Finger Chooser

#app
Flip: Finger Chooser

A simple app to help make group decisions.

Tech stack: React Native, Expo.

Wisp: Mood Tracker

#app
Wisp: Mood Tracker

I've used a mood tracker daily for 4 years. I built Wisp to learn app development and improve upon the app I was using. The original idea was a social mood tracker, where you could share your mood with your close friends. The hope was that it would encourage people to check in with each other often.

Tech stack: React Native, Expo.

Attack on Map: An interactive map of Attack on Titan

#web
Attack on Map: An interactive map of Attack on Titan

For Attack on Titan enjoyers to follow where characters are throughout the story.

As a backend engineer, I don't get to build anything visual. This was a small passion project to learn basic JavaScript, while making something fun for Attack on Titan fans. I drew the map using Inkarnate and added data for characters by location and chapter.

Tech stack: Inkarnate, Vanilla JS.

Messenger analysis

#data science
Messenger analysis

Who have you talked to most over the last few years?

What are your favourite emojis?

What hours of the day and week are you most active?

This was my first Python project. I learned object-oriented programming fundamentals and how to build command line tools. This is a Python package that visualises and analyses your Messenger data. You pass it your Messenger data file and it generates a HTML/JS report with graphs and statistics.

Tech stack: Python