My Projects

Here is a selection of my recent technical work. You can find the source code for all of these on my GitHub profile.

🚀 E-Commerce API

A RESTful API built to handle inventory management, user authentication, and order processing for an online storefront.

  • Tech Stack: Python, FastAPI, PostgreSQL, Docker
  • Key Features:
    • JWT-based authentication
    • Automated CI/CD pipeline using GitHub Actions
    • Comprehensive test coverage using PyTest
  • Links: Source Code | Live Demo

📊 Data Dashboard

A web application that visualizes real-time analytics data from public APIs.

  • Tech Stack: JavaScript, React, Chart.js
  • Key Features:
    • Interactive time-series graphs
    • Dark/Light mode toggle
    • Responsive CSS grid layout
  • Links: Source Code | Live Demo