Skip to content

ananyathapaa/QuickCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

QuickCart πŸ›’

A functional, responsive shopping cart component built with Vanilla JavaScript and Modern CSS. This project demonstrates efficient state management and dynamic UI updates without external frameworks.

✨ Key Features

  • Dynamic State Management: Uses JS Map objects for $O(1)$ performance in cart operations.
  • Real-time Updates: Automatic subtotal calculation and DOM synchronization.
  • Responsive UI: Optimized for desktop and mobile using CSS Grid and Flexbox.
  • Minimalist Design: Clean, professional aesthetic with sticky summary positioning.

πŸ› οΈ Tech Stack

  • Logic: JavaScript (ES6+)
  • Styling: CSS3 (Flexbox/Grid/Transitions)
  • Structure: Semantic HTML5

πŸš€ Quick Start

  1. Clone the repository.
  2. Open index.html in any modern browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors