
A lightweight cost-tracking system built for a sewing company, designed to record employee work data and generate detailed production cost reports. The tool provides a simple interface for entering work sessions and calculating labor-related expenses.
The company had no unified system to record employee production data. Tracking labor costs manually was time-consuming and prone to errors. Managers needed accurate insights into who worked on which product and for how long to calculate costs effectively.
I developed a streamlined application using AngularJS for the frontend and a Node.js + Express backend connected to an MSSQL database. Employees or supervisors can log work entries such as employee name, product type, and hours worked. The system aggregates this data and produces clear reports that help managers analyze labor costs across products and workers. Docker was used to containerize the entire application for easy deployment.