Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kikolaranjeira/home-appliance-inventory---localstorage.js
Streamlined inventory management. Effortlessly add, remove, edit, and search for items.
https://github.com/kikolaranjeira/home-appliance-inventory---localstorage.js
add appliance category edit html-css-javascript inventory javascript localstorage price quantity remove searchfunctionality sorting
Last synced: about 1 month ago
JSON representation
Streamlined inventory management. Effortlessly add, remove, edit, and search for items.
- Host: GitHub
- URL: https://github.com/kikolaranjeira/home-appliance-inventory---localstorage.js
- Owner: kikolaranjeira
- Created: 2024-04-12T16:06:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T20:52:13.000Z (9 months ago)
- Last Synced: 2024-04-17T21:53:34.587Z (9 months ago)
- Topics: add, appliance, category, edit, html-css-javascript, inventory, javascript, localstorage, price, quantity, remove, searchfunctionality, sorting
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Appliance Inventory
Welcome to the Home Appliance Inventory project! This project aims to provide a simple and efficient way to manage the inventory of home appliances. With this application, users can add, remove, edit, and search for items in their inventory seamlessly.
## Features
- **Add Items**: Easily add new items to your inventory by filling in the required fields, including ID, name, brand, model, quantity, price, and category.
- **Remove Items**: Remove individual items or clear the entire inventory with the click of a button.
- **Edit Items**: Modify existing items directly from the inventory table by clicking the "Edit" button.
- **Search Functionality**: Quickly search for items by name using the search bar, making it easy to find specific items within your inventory.
- **Sorting**: Sort items in the inventory table by quantity, allowing you to identify items with low stock levels at a glance.## Technologies Used
- **HTML/CSS/JavaScript**: The frontend of the application is built using these fundamental web technologies.
- **LocalStorage**: Items are stored locally in the browser's localStorage, providing persistent storage for the inventory data.## Preview
![Screenshot_1](https://github.com/kikolaranjeira/Home-Appliance-Inventory---LocalStorage.js/assets/150380154/9beef5ec-1fda-4f9b-8a14-2adff5fc0403)
![Screenshot_2](https://github.com/kikolaranjeira/Home-Appliance-Inventory---LocalStorage.js/assets/150380154/98ad5a3d-4f3c-403a-92f9-f5693e778f9f)