Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1 KB

README.md

File metadata and controls

48 lines (31 loc) · 1 KB

React shopping cart

The project is to build a fake shope with product listing and a cart functionality in React. Products are fetch from a fake store api.

🔗 Live preview: here

Screenshot

screenshot

Built with

Technologies

  • TailwindCSS
  • React JS

Tools

  • Vite

Features

  • product fetching via API dummyjson.com
  • products listing, product detail pages
  • display product rating with stars ⭐
  • products filters by categories
  • add to cart/delete item, update quantity, display total price
  • cart content kept in localstorage
  • responsive design
  • tests via @testing-library/react
  • use of classNames

What I learned

  • TailwindCSS templating
  • display data from api
  • @testing-library/react
  • react-router-dom

Author

👤 Edouard Desgrée

Created while working on the The Odin Project