An open API service indexing awesome lists of open source software.

https://github.com/jtardioli/amazon-clone

Full-stack amazon clone with complete ecommerce functionality
https://github.com/jtardioli/amazon-clone

firebase nextjs react stripe tailwindcss

Last synced: over 1 year ago
JSON representation

Full-stack amazon clone with complete ecommerce functionality

Awesome Lists containing this project

README

          

# Amazon Clone

This is a full stack ecommerce amazon clone. Users can log in and add orders to their carts then proceed to checkout. Payments are wired through Stripe.js to take USD. If the payment is successful the order is added to firestore so users can view it again from the orders page.

![image](https://user-images.githubusercontent.com/85530348/189785496-e83b52ab-4129-47db-8b8e-b01b258753f1.png)
![image](https://user-images.githubusercontent.com/85530348/189786111-e5362c1e-d729-4f18-912b-cd838b7b14b5.png)
![image](https://user-images.githubusercontent.com/85530348/189786162-53a4377a-d369-4610-a618-46dafdb33e04.png)

## Stack
- Next.js
- Typescript
- Tailwind Css
- Stripe.js
- Firebase