TUI Inventory App
The result of an experiment with a Cursive to create a Text User Interface(TUI) program in the style of old terminal programs.
Text-based User Interface app. Inventory System
Features
- Create and save new item
- product type
- quantity
- price per unit
- Show all items
- total price
- sales tax
- Delete item by ID
- DB located at
const FILE_PATH: &str = "products.json";

Read other posts?