Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 570 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 570 Bytes

Web shop - React JS & Tailwind CSS & Redux Toolkit

The home page consists of a navbar with some clickable and hoverable dropdowns, a sliding carousel, and items fetched from https://fakestoreapi.com. Click on daily deals in the top left navbar displays sample items from Redux. Clicking on a particular item and proceeding to buy, the item is added to the shopping cart where quantity can be modified. Shopping cart data is persisted with local storage.

webshop