Skip to content

Ashish-CodeJourney/Inventory

Repository files navigation

pages-build-deployment

Inventory Management Application

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.

Demo

You can check out the live demo of the application here.

Features Overview

  1. Responsive Design: The layout adapts to various screen sizes, ensuring a seamless user experience on both desktop and mobile devices.

  2. Local Storage Integration: Product details are saved in the browser's local storage, making it possible to retain data even after refreshing the page.

  3. Edit and Delete Functionality: Users can modify existing records or remove them as needed, providing flexibility in managing inventory.

  4. Total Inventory Count: The application computes and displays the total count of items, helping users keep track of their inventory efficiently.

Getting Started

To run this application locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/Ashish-CodeJourney/Inventory.git
  2. Navigate to the Project Directory:

    cd Inventory
  3. Install Dependencies:

    npm install
  4. Start the Development Server:

    npm run dev
  5. Open in Browser: Navigate to http://localhost:5173 to view the application.