Build a Shopping Cart with React and TypeScript – Tutorial
By freeCodeCamp.org
Published: Jan 21, 2021
Learn the fundamentals and how to build a ReactJS shopping cart with Typescript, Material UI, Styled Components and React-Query.This tutorial uses a free open API for dummy data to the items in the shop. React-Query hooks is used for fetching the data from the API.
Styled Components is used in combination with Material UI to customize the styles.
💻 Code: https://github.com/weibenfalk/react… [READ MORE]