amazon clone powered by React and Firebase with FULL E-Commerce Functionality 1️⃣ Accounts and Login Page 2️⃣ Products Page 3️⃣ Cart and Checkout Page 4️⃣ Real Payments 5️⃣ Order History Page
- Sign Up/In into Amazon clone
- When redirected back to the home page, start adding products to your cart
- In the top right corner you can see the cart number incrementing as you add products
- Once done adding products to your cart, click on the cart in the top right
- Inside the cart, you can remove items if you do not wish to purchase
- Click proceed to checkout if you are satisfied with the products in your cart
- Once at the checkout page use Stripe's dummy card to purchase your items -Your orders will be in the Orders section
- Front-End
- React.js, React Context API, CSS, Bootstrap Icons, Material UI Icons
- Back-End
- Firebase - NoSQL Database
- NextAuth
- Axios
- External API/Libraries
- moment.js
- react-currency-format
- stripe
- To install all dependencies:
npm install
- cd into the directory of amazon-clone
- To Run App!:
npm run start
- Then just visit https://localhost:3000