Inventory Manager is a web application built using React that helps businesses efficiently track and manage their inventory. The application provides features for updating, and removing inventory items, as well as viewing stock levels.
- Dashboard with inventory statistics
- Update, and delete inventory items
- Stock level tracking
- Multi-user role management (admin, user)
- React (with Hooks & Context API)
- TypeScript
- Material UI
Ensure you have the following installed:
- Node.js (>= 22.x)
- pnpm or npm or yarn (pnpm preferred)
-
Clone the repository:
git clone https://github.com/vibhuvV/inventory-management-react.git cd inventory-management-react -
Install dependencies:
pnpm install
-
Start the development server:
pnpm start
-
Open the application in your browser:
http://localhost:5173
Run the following command to generate the production build:
pnpm run buildFollow the deployment guide for your chosen hosting provider.
For any inquiries or support, contact:
- Your Name - dev.vaibhaverma@gmail.com
- GitHub: vibhuvV