Project · 2026 · active
Pharmacy Land
A live pharmacy study app that turns a huge question bank into a learning world with course paths, achievements, collections, and offline study.

01
The problem
Make tens of thousands of pharmacy questions feel organized and worth returning to without losing accuracy or offline access.
02
What exists now
The live app currently contains 43,589 study cards, 161 achievements, and 18 course paths. The code loads the large card library in smaller pieces, supports an offline edition, and uses versioned caching so updates do not get mixed together.
03
Inside the work
- A repeatable process for importing, cleaning, checking, and releasing study cards
- A large question bank split into smaller pieces so the app stays fast
- Checks that the online and offline editions contain the same study content
- Anonymous leaderboard accounts that can only change their own scores
- Automated checks for features, phones, offline use, code quality, and visual problems
04
What had to stay true
- The original question bank stays separate from the files the app builds from it
- Each course path loads only the code and art it actually needs
- The large offline edition stays out of the smaller hosted release