Practice
“Case Management System” is a web application for accounting and management of goods in the warehouse of the phone accessories store. The project is designed for convenient adding, filtering and searching of cases by various criteria, as well as for controlling availability.
Basic functionality
- Add products — new models with brand, model, color, price and quantity.
- Automatic data storage — localStorage, loaded on page open.
- Filtering and search — by brand, model, type, gender, price, quantity.
- Availability — “In stock” / “Out of stock”.
Technology
- Frontend: HTML, CSS (Bootstrap).
- Dynamic: JavaScript (Fetch API, localStorage).
- Data: JSON (models.json, cases.json).
