Skip to content

Mehdi-Zandian/amazon-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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