Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.53 KB

File metadata and controls

59 lines (43 loc) · 1.53 KB

Smart Inventory Management System with QR Code Access

Smart Inventory Management System is a web application designed to help users manage their inventory efficiently using QR Code. The system offers features such as adding, removing, and searching for items in the pantry, as well as suggesting recipes based on available ingredients seamlessly.

Table of Contents

Preview

Visit The Following Link For Live Preview Proceed

Features

  • Add and remove items from the inventory
  • Scan and generate QR code
  • Search for items in the pantry
  • Suggest recipes based on available ingredients
  • Responsive and user-friendly interface

Installation

  1. Clone the repository

    git clone https://github.com/yourusername/smartinventory-ui.git
    cd smartinventory-ui
    

2. **Install dependencies**

   ```bash
   npm install
  1. Run the development server

    npm run dev
    
  2. Open in browser

    The application will be running at http://localhost:3000