This application is built using Vite and is fully responsive. It includes several key features:
-
Product Details Storage: The application stores product details in the local storage, allowing for persistent data across sessions.
-
CRUD Operations: Users can create, read, update, and delete records easily.
-
Inventory Total: The application calculates and displays the total number of items in the inventory.
You can check out the live demo of the application here.
-
Responsive Design: The layout adapts to various screen sizes, ensuring a seamless user experience on both desktop and mobile devices.
-
Local Storage Integration: Product details are saved in the browser's local storage, making it possible to retain data even after refreshing the page.
-
Edit and Delete Functionality: Users can modify existing records or remove them as needed, providing flexibility in managing inventory.
-
Total Inventory Count: The application computes and displays the total count of items, helping users keep track of their inventory efficiently.
To run this application locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/Ashish-CodeJourney/Inventory.git
-
Navigate to the Project Directory:
cd Inventory
-
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
-
Open in Browser: Navigate to
http://localhost:5173
to view the application.