Amazon clone website built using React.
Overview
This fully responsive Amazon clone website is built using HTML, CSS, JavaScript and React. React
router and React
context API is used.
User autentication is done using Firebase authentication. This
website is deployed and hosted using Firebase hosting.
A Youtube tutorial video was
referred duing the development of the Amazon Clone website.

Product display
The Amazon Clone website is built with the almost similar look and feel of that of amazon.co.uk. The products are displayed with the product image, information, prize and 'Add to basket' button.

Sign in and Sign up
User can sign up and create an account and log in to the account. User creation and authentication is done using Firebase authentication.

basket
User can add the products to the basket from the home page and the basket is incremented everytime, displaying the number of products in the basket as well as the products details. The basket also has a 'Remove from basket' button.
Subtotal
The Subtotal section displays the number of products as well as the total cost is calculated. React currency format library is used for the same.
Deployment
This clone website was deployed and hosted on firebase. Below are the links for the GitHub repository and live firebase demo.