Inventory_Management_System
Overview
The Inventory Management System is a web application that allows users to manage inventory efficiently. Users can add inventory items with supplier names and details, manage stock levels, edit or delete inventory items, and view supplier information on individual pages. The application is built using React.js for the frontend and styled with Tailwind CSS. Data is stored in localStorage for persistence.
Features
- Add Inventory: Users can add new inventory items, including supplier name, supplier details, and stock levels.
- Edit Inventory: Existing inventory items can be edited to update details or stock levels.
- Delete Inventory: Users can delete inventory items as needed.
- View Supplier Details: Each inventory item links to a page displaying detailed information about the supplier.
- LocalStorage: All data is saved in the browser's localStorage to ensure data persistence across sessions.
Technologies Used
- React.js: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for styling.
- LocalStorage: A web storage solution for saving data in the user's browser.
Getting Started
Prerequisites
- Node.js (v12 or above)
- npm (Node Package Manager)
Installation
npm install
npm run start