Abacus
The calculator project. Built under Lestatide.

Abacus grew out of the geometry calculators I wrote while learning, then became a Flutter app that reached the App Store.
From homework math to an app
Abacus began as a pile of geometry calculations I wrote while learning in Geometry class: circles, vectors, polygons, centroids, arc length. I was first learning to program and wanted to explore the possibilities, so like anyone I got curious how I can use it to do my math homework.
Making the math run on my phone
I translated the earlier Python logic into Dart so calculations could run locally instead of making an API round trip for every input. Flutter gave the work one product surface across mobile, web, and Windows.
What shipped
The result was more than thirty geometry and trigonometry calculators in an app I shipped to the App Store while I was still in high school. I've moved on from it since, but it's still one of the clearest examples I have of a learning project turning into a real, finished product. It came in real handy during Jeopardy where my team and I where able to use it to win Jeopardy and get 5 extra points on the test. Guess hard work really does pay off.
STACK
FLUTTER · DART · PYTHON · IOS · WINDOWS