Projects

Daily Daisy Planner

Daily Daisy welcome page Daily Daisy Planner screenshot

I wanted a planner that felt personal, so I built in daily, weekly, and monthly views alongside real-time weather so your layout matches your day.

Technologies Used:

  • JavaScript & React
  • Python & Flask
  • SQLite & SQLAlchemy
  • JWT Authentication
  • OpenWeather API

MC Search Tool

search tool screenshot

In healthcare customer service, every second spent hunting for a member's record is a second not spent helping them. I built this tool to eliminate that friction and allow CS teams a fast, unified way to find members across multiple client organizations without jumping between systems.

Technologies Used:

  • Python & Flask
  • SQLite & SQLAlchemy
  • HTML & CSS

Mechanic Shop API

Mechanic Shop ERD diagram

A RESTful API for managing automotive repair shop operations including customers, mechanics, vehicles, and services tickets. Features a normalized PostgreSQL database, comprehensive CRUD operations, and automated testing with CI/CD pipeline.

Technologies Used:

  • Python & Flask
  • PostgreSQL & SQLAlchemy
  • React Frontend
  • Pytest & GitHub Actions