Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1 KB

README.md

File metadata and controls

25 lines (18 loc) · 1 KB

Amazon_clone_React_JS

Main GIF

This is a copy of the world famous e-commerce webiste i.e. React Just tried my React skills to make real world applications, hence the original is build with Angular

Key Points

  • This is only the frontend and no backend used
  • Not fully copied amazon as there are lots of stuff and it will takes several time
  • Add to basket functionality
  • Subtotal functionality
  • No reloading (Power of React)
  • Total Items in basket functionality

Clone the project

git clone https://github.com/shivkaansh/Amazon_clone_reactJS.git
cd amazon_clone_React_JS
npm i
npm start

Made with ❤️ and React