Full-Stack Developer
Mama R's is a custom business tool built on the MERN stack (MongoDB, Express, React, Node.js). It was a freelance project created to help a local business move away from paper logs. The system helps the owner track inventory, record customer orders, and see daily sales totals in a secure digital environment.
The live application is secured for internal business use only. You can review the source code on GitHub.
A clear view of daily performance. It shows total sales and revenue numbers instantly so the owner knows how the business is doing without calculating it manually.
Allows the user to add products and update stock levels. It keeps a history of changes to ensure items are not lost and stock counts remain accurate.
Generates simple reports focused strictly on income. It calculates total revenue from orders without complicating the view with expense tracking.
The client needed to transition from manual pen-and-paper tracking to a digital system. The main challenge was creating an interface that was powerful enough to handle sales data but simple enough for non-technical staff to use easily.
This project honed my skills in translating specific business requirements into code. It taught me how to build intuitive forms for non-technical users and the importance of aggregating sales data on the backend to keep the frontend fast.