Projects

Running app

Runners

The Runners application is a personal project that I developed to investigate how technology can enhance running experience. The app uses the Strava API to fetch workout stats from registered accounts and provides users with the ability to create communities. Through these communities, users can challenge their friends to run more frequently and for longer distances. The authentication system was implemented using Firebase and integrated into the Django framework on the backend.

Transaction app

Transactions

I created an application that handles transactions to inventories and saves the transactions in a record. It was made using a Django backend and a react frontend. Since this was my first time trying out React I learned a lot about the framework.