Problem
Lab assets were tracked by hand.
Stock levels, item condition, and low-stock items were hard to see at a glance, and there was no quick record of recent changes.
Featured Case Study
A full-stack dashboard that replaces manual college-lab asset tracking with live stock counts, item condition, low-stock alerts, charts, and a recent-activity feed.
Problem
Stock levels, item condition, and low-stock items were hard to see at a glance, and there was no quick record of recent changes.
Approach
Summary cards for totals and categories, a clear add/edit flow, condition tracking, low-stock flags, and a recent-activity feed — all in one view.
Build
An Express REST API handles CRUD, MongoDB stores the inventory, and Chart.js renders category and condition breakdowns. A dark mode keeps it comfortable to use.
Result
A live, hosted application demonstrating end-to-end ownership: data model, API, visualizations, responsive UI, and deployment.
What This Shows
This project proves I can design a data model, build an API, persist data, visualize it, and ship a working full-stack product — not just a front end.
Define inventory items, categories, condition states, and stock thresholds.
Express API + MongoDB for CRUD, Chart.js for category and condition views.
Responsive UI, dark mode, and deployment to a live host.