Projects

I like building things that are useful, fun, or just cool to work on. Whether it’s improving how I study or experimenting with automated tasks, I enjoy turning ideas into real projects. Here are a couple of my favorites.

Anki Tool

Personal MCAT Study Companion Turned Essential Extension

Anki Tool started as a personal project to help me study for the MCAT, but I soon realized it could help others too. Over time, I built new features based on user feedback, improving flashcard management, quick card creation, and deck organization. Now, over 2000 students and lifelong learners use Anki Tool to integrate spaced repetition more efficiently into their studies.

  • Users: 2000+ active users
  • Built With: JavaScript, Chrome Extensions API
  • Ongoing Focus: Refinements & new features based on user feedback

QuickLab

Lab Autofill Extension for Practice Fusion

QuickLab is a Chrome extension that extracts lab data from PDFs or pasted CSV strings and autofills flowsheet fields in Practice Fusion. It reduces repetitive entry work by handling CSV parsing, history sync, and one-click field population.

  • Frontend: React landing page, JS + HTML/CSS (extension UI)
  • Backend: Python + Flask (PDF parsing, CSV generation)
  • Cloud: Firebase Auth & Firestore (user sync, history)
  • Accuracy: 99%+ extraction on tested lab PDFs
QuickLab Screenshot

SendSuite

Personalized Email Campaigns via Gmail

A web app to send personalized emails using your Gmail account. Supports CSV uploads for mail merge or manual recipient lists. Securely connects via Google OAuth.

  • Tech Stack: Python (Flask), JavaScript, Bootstrap, Gmail API
  • Key Features: CSV Customization, Rich Text Editor, Live Preview

Stopwatch Game

Test Your Timing Precision

A fun web-based game designed to test your reaction time and precision. Try to stop the timer exactly at the target time (10s, 60s, or 100s). Features a live leaderboard to compare your scores with others!

  • Tech Stack: Node.js, Express, JavaScript
  • Hosting: Glitch
  • Features: Multiple modes, Live Leaderboard, Score Sharing
Stopwatch Game Screenshot

rVID

Transforming Reddit Threads into Engaging Videos

I created rVID because I think working with random APIs is fun, and experimenting with content creation seemed interesting. rVID automates the process of transforming Reddit threads into fully edited videos using text-to-speech and visual elements. It's a fun blend of automation, web development, and video production.

  • Core Tech: Python, Flask, AWS Polly, Reddit API