/amazon-clone

Amazon clone built with ReactJS and using Fake Store API 🛒

Primary LanguageJavaScript

Amazon Clone

It is my Amazon clone project built with ReactJS and Fake Store API.

Technologies

It is my Amazon clone project built with ReactJS and Fake Store API.

  • React JS
  • Fake Store API (Get sample products)
  • Auth0 (Authenticate with Google)
  • Context API (State manager)
  • Swiper JS (Great Slider library)
  • Bootstrap V5.0
  • Sass
  • CSS Grid (Responsive grid of home screen products)

API Reference

Base URL

"https://fakestoreapi.com"

Get all products

  GET "/products"
Parameter Type Description
products string No API KEY

Get limited products

  GET "/products?limit=Number"
Parameter Type Description
Number Number Required. Number of limit

Appendix

  • Check out Wiki to see screen shots of the Amazon Clone

Authors