Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clothing Store Inventory Manager animated project banner

Open the live Clothing Store Inventory Manager application View Clothing Store Inventory Manager source code Connect with Itay Goldenberg on LinkedIn

Overview ·  Features ·  Workflow ·  Technology ·  Local setup

Note

A frontend inventory project built around practical validation, pricing calculations and persistent state.

Overview

Clothing Store Inventory Manager is a multi-page frontend application for recording apparel, calculating discounts and maintaining a clear product inventory.

The interface combines a practical input workflow with automatic final-price calculations, visual pricing states and local persistence, all without a server dependency.

8
categories
AUTO
discount math
AVG
price summary
LOCAL
inventory state
Project detail Implementation
Catalog Eight clothing categories with item details
Pricing Original price, discount and calculated final price
Dashboard Inventory count and average price
Persistence localStorage-backed catalog

Contents

Features

Product entry

Users can record category, description, color, price, discount and an image URL. Numeric ranges and URLs are validated before an item is accepted.

Pricing intelligence

The final price is calculated automatically from the original price and discount. Color-coded values make the pricing state easier to scan.

Inventory operations

Items appear in a structured inventory table, can be deleted individually and contribute to the live item-count and average-price summaries.

Workflow

Clothing Store Inventory Manager animated application workflow

Technology

Clothing Store Inventory Manager primary technology logos

Technology Role
HTML5 Multi-page structure and inventory form
CSS3 Boutique-inspired responsive interface
JavaScript CRUD behavior, validation and calculations
Web Storage API Persistent inventory state

Project structure

Clothing-Store-Inventory-Manager/
|-- index.html     Inventory workspace
|-- about.html     Project information
|-- style.css      Shared design language
|-- main.js        Inventory and pricing logic
|-- docs/          README-only visual assets
`-- README.md      Project documentation

Running locally

git clone https://github.com/itaygoldenberg/Clothing-Store-Inventory-Manager.git
cd Clothing-Store-Inventory-Manager

Open index.html directly or use VS Code Live Server for local page navigation.

Operational notes

  • The application has no remote database or authentication layer.
  • Inventory data is specific to the current browser profile.

Author

Itay Goldenberg
Full Stack Developer Student

Itay Goldenberg on GitHub Itay Goldenberg on LinkedIn

Releases

Packages

Contributors

Languages