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
