Shopping Cart Built with React and TypeScript

This project was bootstrapped with Create React App.

What is this

A basic shopping cart, pulling data from a public API.

What can it do

  • Add and remove items from cart;
  • display total number of a specific item in the cart;
  • display total cost of one item
  • display total cost of all items in the cart

limitations

Design not complete; this is a demo to locally with npm start