SUPERLAND — COMIC SHOP

Author
Alex Soar
Design
Figma
Technologies
HTML, SCSS/SASS, ReactJS, Framer Motion, Axios, MockAPI, uuid

IN PROGRESS

At the moment the display of product positions via MockAPI is implemented.
— Adding goods to the basket, calculating the cost of added goods, calculating the tax rate.
— Removal of goods from the basket, both inside the basket and by repeatedly clicking on the add button.
— Adding goods to Favourites and removing them from there is implemented.
— The search line by product positions has been implemented.
— Added animations from Framer Motion library
— Added unique identifiers for each product via uuid.
— Added linking of the shopping cart to the backend.
— Optimistic UI for cart
— Use Axios insted Fetch