Online Store Inventory Management
Budget: $10 – $30 USD
Requirements:
Create a Vue.js application that allows users to manage an online store's inventory.
Users should be able to view, add, edit, and delete items in the inventory.
Each item should have the following properties: name, price, quantity, image, and order date.
Implement sorting and filtering functionalities for the list of items based on name, price, quantity, and order date.
Create a Firebase backend to store the inventory data.
Implement a user authentication system using Firebase's authentication with username and password login.
Create a Vue.js application that allows users to manage an online store's inventory.
Users should be able to view, add, edit, and delete items in the inventory.
Each item should have the following properties: name, price, quantity, image, and order date.
Implement sorting and filtering functionalities for the list of items based on name, price, quantity, and order date.
Create a Firebase backend to store the inventory data.
Implement a user authentication system using Firebase's authentication with username and password login.