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
- TailwindCSS
- React JS
- Vite
- 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
- TailwindCSS templating
- display data from api
@testing-library/react
- react-router-dom
👤 Edouard Desgrée
- GitHub: edesgree