Skip to content

dnerever/reactTypescriptShoppingCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactTypescriptShoppingCart

Homepage of the ecommerce site showing multiple items with multiple added to the cart

Cart contents include: Cucumber x2, Fish Steak x5, Green Bell Pepper x1 and Green Chili Pepper x6

Learnings

  • Implemented a third-party REST API
  • Work with React's useLocalState to store data within the browser
  • Create components for each function that work together

Future Plans:

  • Add a login
  • Add a payment processor
  • Add custom product recommendations
  • ???

Instructions to run locally (debian env)

In your terminal:

  1. cd shopping-cart
  2. npm run dev
  3. http://localhost:5173/

About

A shopping cart website built with React and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published