Skip to content

Created amazon clone with help of next js ,tailwind css,firebase,stripe,webhooks.

Notifications You must be signed in to change notification settings

kalanaveen/amazon-nextjs

Repository files navigation

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 image

checkout page image

stripe payment page image

orders page image

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

Installation Steps

Using npm

Run commands

  1. npm install

  2. npm run dev

Or using yarn

Run commands

  1. npm install --global yarn

  2. yarn install

  3. yarn run dev