/Inventory-Management-system

Inventory-Management-system created using Nextjs and Reactjs for interview for the role of front-end intern

Inventory and Manufacturing Management System

Overview

A simple inventory and manufacturing unit management system built with Next.js and Tailwind CSS.

Features

  • View and filter orders by status (Pending, Completed).
  • View order details and mark orders as completed.
  • Manage inventory: add, edit, delete items.
  • Filter items by stock availability.

Prerequisites

  • Node.js (v14 or later)
  • npm (Node package manager)

Setup and Installation

  1. Clone the Repository

    git clone https://github.com/lokaesshwar/Inventory-Management-system.git
    cd Inventory-Management-system
  2. Install Dependencies

    npm install
  3. Run the Development Server

    npm run dev
  4. Access the Application

    Open your browser and go to http://localhost:3000.

Project Structure

  • pages/: Next.js pages
  • components/: Reusable components
  • public/data.json: Sample data
  • styles/: Tailwind CSS styles