Skip to content

imthatalex/react-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application : Shopping Cart

Personal Project

Task :

  • Use React to Create a Shopping Cart Component to Simulate an Online Store Experience

What I Learned :

  • How to Handle State using useState
  • How to Share Data across Components using Properties
  • Creating Unmutated (Pure) Arrays
  • Use Conditional Rendering to Control Display of Components

Netlify Status