Projects
2025

CRM Dashboard

A Django CRM with an analytics dashboard for managing customer relationships - lead tracking, sales monitoring, and workflow. A learning project: it runs locally and is on GitHub, but it's a demo I built to explore CRM patterns, not a deployed service.

Year
2025
Focus
Backend

Overview

Built around the core sales workflow: capture leads, move them through pipeline stages, and surface the numbers on a dashboard. Django handles the models and admin, a small REST layer feeds the analytics views, and the whole thing was an exercise in modeling a real business process rather than shipping a product.

Highlights

Pipeline model

Leads move through configurable stages with activity history.

Analytics dashboard

Server-rendered views summarize pipeline and conversion numbers.

Learning project

Runs locally; built to explore CRM data modeling, not deployed live.

Stack

DjangoDjango RESTPostgreSQLJavaScript