Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 579 Bytes

File metadata and controls

17 lines (12 loc) · 579 Bytes

Inventory Management

This is a simple inventory management system using NextJS, Typescript, Firebase, and MaterialUI.

It connects to a firebase instance and allows the user to:

  • look up items in the inventory
  • increase or decrease the count of each item
  • add a new item
  • remove an item

Future plans:

  • give option to connect to MongoDB database using NodeJS calls
  • take images with phone to upload to firebase
  • using GPT Vision API or other LLMs to classify images

flameshot