A Full Stack Amazon Clone which created using ReactJS with full E-Commerce Functionality!!
The Amazon Clone with ReactJS is a small web app that aims to replicate the functionality of the desktop web version of Amazon. Users are able to add items to their basket, delete items, and utilize user authentication powered by Firebase. This project provides a demonstration of the app and offers a checkout/payment page with Stripe functionality, a login page with full login functionality using Firebase authentication, and the ability to store orders for logged in users. The app is built with a responsive design and is deployed live on Firebase.
To install the Amazon Clone with ReactJS, follow the steps below:
git clone <repository_URL>
cd amazon-clone-reactjs
npm install
Setup Firebase:
src/firebase.js file with your Firebase project credentials.Start the development server:
npm start
http://localhost:3000.The Amazon Clone with ReactJS is a web app that imitates the functionality of the desktop web version of Amazon. It offers features such as adding items to the basket, user authentication with Firebase, and a checkout/payment page with Stripe functionality. With the ability to deploy the app live on Firebase and store orders for logged-in users, this project showcases the author’s skills in building a responsive and interactive web application.