Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 412 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 412 Bytes

React Shopping Cart Simualtion

Tools

  • React Router
  • Context API

Learnings about this project

  • How to use react built-in state management which is Context API.
  • Ability to manipulate the data in the DOM.
  • React Router to navigate different pages.
  • Passing of data to different components using props
  • Lots of array function

To run this project :

npm i

npm run dev