Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 677 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 677 Bytes

Figma URL

Cart

Checkout Cart

A sample react project to recreate the Checkout Cart in E-commerce Website. This project demonstrates the components, nesting components, and use of React hook: useReducer() to manage the state of data, actions and render them into components. Data has been fetched from the API: https://www.course-api.com/react-useReducer-cart-project using react hook useEffect().

Challenge Link