Replicated the Amazon UI, product search, product viewing, and cart features of Amazon.com
deployment link: https://web-clones-sigma.vercel.app/
-
Pagination: embedded a sentinel element that fetches the next set of results when the user scrolls
-
Shopping Cart & Recently Viewed: used localStorage to save user's cart and recently viewed items for persistence across sessions
-
Search: Used dummyjson.com API to fetch mock product data for display