Skip to content

GPFE/Shopping-Cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛍️ React Shopping Cart App

A simple shopping cart SPA built with React, showcasing routing, state management, component architecture, and API integration.

Live Demo

🚀 Features

  • 🏠 Home Page
    Custom content to demonstrate routing and layout. Add images, info, or anything you'd like.

  • 🛒 Shop Page

    • Displays product cards fetched from FakeStore API
    • Each card includes:
      • Product title
      • Quantity input with increment/decrement buttons
      • “Add to Cart” button
    • Navigation bar with cart item count and “Checkout” button
    • Updates cart dynamically after adding items
  • 🔁 Navigation Bar

    • Persistent across pages
    • Links to Home and Shop
    • Shows total items in cart
    • “Go to Cart” button (checkout logic not implemented)
  • To-do

  • test with vitest

  • improve adding to cart system

  • check before submitting to pay

  • add categories


fake_shop_square_landing_page

fake_shop_products_page_mobile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors