Skip to content

A minimalist e-commerce web app built with pure HTML, CSS, and JavaScript. It showcases product browsing, favorites, cart management, and checkout, all powered by a mock API

Notifications You must be signed in to change notification settings

zaher-m/Mini-Mart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniMart

This is a simple client-side e-commerce application built using vanilla HTML, CSS, and JavaScript. It simulates an online store with product listing, favorites, cart, and checkout functionality, using data from a dummy API.

Features

  • Product listing with filtering and search.
  • Favorites management.
  • Shopping cart management.
  • Checkout with validation.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

Project Structure

MiniMart/
├── index.html
├── favorites.html
├── cart.html
├── checkout.html
├── css/
│   └── styles.css
|   |__ cart.css 
|   |__ checkout.css
|   |__ favoorites.css
├── js/
│   ├── api.js
│   ├── cart.js
│   ├── checkout.js
│   ├── favorites.js
│   ├── products.js
│   └── utils.js
└── README.md

About

A minimalist e-commerce web app built with pure HTML, CSS, and JavaScript. It showcases product browsing, favorites, cart management, and checkout, all powered by a mock API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published