Skip to content

A shopping site that showcases the flow of adding and removing items from the cart

Notifications You must be signed in to change notification settings

kapaha/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example screenshot

Shopping Cart

Shopping cart created with React for The Odin Project.

Demo

Here is a working live demo: https://kapaha.github.io/shopping-cart/

Installation & running

git clone git@github.com:kapaha/shopping-cart.git
cd shopping-cart
npm install
npm run start

General info

This project was created as a part of the Javascript course with The Odin Project.

This project was very fun but challenging and helped me to consolidate my knowledge of how react hooks work.

Features

  • Responsive design
  • Local storage - cart items are saved
  • Client-side form validation
  • Skeleton loading screens
  • A11y - tested using Mac Voiceover

Built with

Status

The project is finished, however I may continue to improve on it as my knowledge of web development improves.

About

A shopping site that showcases the flow of adding and removing items from the cart

Topics

Resources

Stars

Watchers

Forks