A modern Inventory Management Web App built with React — fast, minimal, and easy to scale.
Manage products quickly with a clean, responsive UI and local persistence.
🌐 Live Demo: https://inventory-app-react-rhmti01.netlify.app/
💻 Repository: https://github.com/rhmti01/Inventory-App-React
- ⚡ Fast & responsive — optimized rendering and snappy UI
- 💾 Local persistence — data saved in browser (localStorage) between sessions
- 📱 Fully responsive — works on mobile, tablet, and desktop
- 🔍 Filtering & sorting — quickly find and order items
- 🧩 Modular codebase — easy to extend and maintain
- ♻️ Production-ready build — optimized for deployment
- React with functional components and hooks (
useState, etc.) - Clean CSS / SCSS structure for scalable styling
- Simple local data management (no backend required)
- Helpful UI patterns (forms, lists, modals, confirmations)
| Area | Tech |
|---|---|
| Frontend | React (Hooks) |
| Styling | Tailwind-css |
| Hosting | Netlify |
| VCS | Git & GitHub |