Amazon Clone created with Next.JS,Tailwind CSS,Firebase,Stripe.In this we have created home page,checkout page,succcess page,orders page.And also we used NextAUTH authentication for sign in process.Redux used for cart management ,we can add items and remove items from cart.Used stripe for checkout.Then with help of webhooks and firebase we can display our orders.Tailwind CSS used for responsiveness.
Home Page
checkout page
stripe payment page
orders page
Key Features
Payment Processing using stripe
NextAUTH Authentication
API Product Data Fetchcing(Fake store API)
Orders Stored in Firebase Database using Webhook
Redux for state mangement
Tailwind CSS for Responsive Design
Next Router used for routing
Key Technologies
Next.JS
React.js
Stripe
Firebase
TailwindCSS
Webhooks
NextAuth
NextRouter
Next Image
Server Side Rendering(SSR)
Fake Store API
Run commands
npm install
npm run dev
Run commands
npm install --global yarn
yarn install
yarn run dev