Checkout the mini-project online: Click here to redirect!
This is a practical mini-project of the Inventory App. I've used HTML, Tailwindcss, and OOP JavaScript to implement the mini-project.
The features of the app:
- you can create a new category.
- you can register a new product by the category you want.
- after registering your product it will add the list and it will have the details such as registration date, the category label that you have chosen, quantity label, and delete button.
- you can also search in the list of products that you made.
- you can sort the products by oldest or newest.