A clean designed shopping cart application.
This is a solution to the Shopping Cart challenge of the Odin Project.
Users should be able to:
- Navigate between different pages
- See the number of items in the cart
- See individual pages for each item
- Increment or decrement items on the cart
- See the total price of the purchase
- React - JS library
- React Hooks
- React Router
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Mobile-first workflow
- Number of favorited items on heart icon
- Search bar
👤 Luca Fischer
- Github: @lucafisc
- Data fetched from the Makeup API
- Fonts used are Picnic by Velvetyne and Karla by Google
- Home image by Curology on Unsplash
npm install
npm run start
npm run test