=======
A modern and responsive Inventory Management Dashboard built with React.js and Tailwind CSS. This app allows users to track stock, add new inventory, edit items, and view items that are in stock, out of stock, or available—all without a backend using localStorage.
- 🔐 Authentication (Sign Up / Log In) using
localStorage - 📦 Add, Edit, Delete inventory items
- 📊 Dashboard overview of items in stock and out of stock
- ✅ View all Available Stock (quantity ≥ 50)
- 🚫 View all Out of Stock items (quantity < 50)
- 🎨 Fully responsive UI using Tailwind CSS
- 📁 Persistent data via
localStorage - 🌓 Light/dark mode support (optional)
- 📱 Responsive sidebar with toggle and close functionality
- React.js
- React Router DOM
- Tailwind CSS
- Context API
- LocalStorage