The result of an experiment with a Cursive to create a Text User Interface(TUI) program in the style of old terminal programs.
cursive Version


Text-based User Interface app. Inventory System

📚 Inventory System

Rust Version cursive Version serde Version Build Status

Features

  1. Create and save new item
    • product type
    • quantity
    • price per unit
  2. Show all items
    • total price
    • sales tax
  3. Delete item by ID
  4. DB located at const FILE_PATH: &str = "products.json";