trowel-bricksBuilding incrementally

Start with the core functionality

Don't try to build everything at once. Start with the essential feature, then add complexity.

First prompt:

Build a simple inventory tracker. Users can add items with name, quantity, and location.

Second prompt:

Add the ability to update quantities when items are checked in or out. Show a history log of all changes.

Third prompt:

Add low stock alerts that highlight items when quantity falls below 10.

Last updated