Project Archive

All shipped builds, with featured work surfaced first.

Campus Cart - Image 1

Campus Cart

A verified campus marketplace for buying and selling with fellow students, built around trust, instant payments, and safe campus meetups.

Key Contributions:

  • Positioned the product around verified student-only access to reduce fraud and improve trust
  • Highlighted quick cash, safe meetup, and smart category flows for campus buyers and sellers
  • Designed the marketplace experience for Nigerian campus students and regional expansion
Next.jsTypeScriptMarketplace UXStudent VerificationPayments
CureLedger - Image 1

CureLedger

A healthcare crowdfunding platform that verifies campaigns through hospitals and admin review before donors contribute.

Key Contributions:

  • Built a verification-first donation flow for recipients, hospitals, admins, and donors
  • Focused the product on transparency with tracked, approved campaigns
  • Integrated trust signals such as verified campaigns and secure payment messaging
Next.jsTypeScriptCrowdfundingVerification WorkflowSecure Payments
Apollo - Image 1

Apollo

A mission-driven planning platform that turns vague project ideas into decision-ready blueprints and build guides.

Key Contributions:

  • Structured the product around decision matrix, blueprint, and build guide stages
  • Designed the workflow to reduce guesswork and surface tradeoffs before implementation
  • Framed the product for engineering-heavy projects with real constraints and subsystem choices
Next.jsTypeScriptAI PlanningDecision SystemsEngineering Blueprints
Food App Backend - Image 1

Food App Backend

A documented backend service for a food application, exposed through interactive API docs and built for clean client integration.

Key Contributions:

  • Published API documentation through an interactive docs endpoint for easier testing and integration
  • Organized backend endpoints around food application workflows and service boundaries
  • Used an API-first presentation so the backend can be consumed by web or mobile clients
FastAPIPythonOpenAPIREST APIBackend
Word Guesser Helper - Image 1

Word Guesser Helper

A small utility for narrowing word-guessing candidates using patterns, wrong letters, and blocked-position hints.

Key Contributions:

  • Built filtering logic around pattern inputs, wrong letters, and present-letter position rules
  • Added a visual grid to make blocked positions faster to capture during play
  • Kept the interface focused on speed so the tool can be used in the middle of a live round
JavaScriptPattern MatchingDictionary FilteringGame ToolsUX