Code Monkey home page Code Monkey logo

murathudavendigar / amazon-nextjs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 705 KB

Fully responsive Amazon Clone Application made using Next.js. It is a web application where a real payment system is created using Stripe checkout, the relevant orders are registered to the firestore database using webhooks, and Redux is used as global state management.

Home Page: https://amazon-nextjs-hazel.vercel.app

JavaScript 98.66% CSS 1.34%
firestore nexta nextjs react redux-toolkit stripe stripe-checkout tailwindcss webhooks

amazon-nextjs's Introduction

Project : Amazon Clone App

Fully responsive Amazon Clone Application made using Next.js. It is a web application where a real payment system is created using Stripe checkout, the relevant orders are registered to the firestore database using webhooks, and Redux is used as global state management.

Table of contents

The challenge

To create an clone site with ReactJS, NextJS, Redux, Webhooks, Stripe Checkout, NextAuth, Firestore and TailwindCSS

Project Skeleton



|----README.md
├── lib
│       └── index.js
├── public
│       ├── favicon.ico
│       └── vercel.svg
├── src
│       ├── app
│       │       └── store.js
│       ├── components
│       │       ├── Banner.jsx
│       │       ├── CheckoutProduct.jsx
│       │       ├── Header.tsx
│       │       ├── Order.jsx
│       │       ├── Product.jsx
│       │       └── ProductFeed.jsx
│       ├── pages
│       │       ├── api
│       |       |     ├── auth
│       |       |     |      └── [...nextauth].js
│       |       |     ├── create-checkout-session.js
│       |       |     └── webhooks.js
│       │       ├── _app.js
│       │       ├── checkout.jsx
│       │       ├── index.js
│       │       ├── orders.jsx
│       │       └── success.jsx
│       ├── slices
│       │       └──  basketSlice.ts
│       └── styles
│               └── global.css
├── next.config.js
├── .env
├── jsconfig.json
├── package-lock.json
├── package.json
├── permission.json
├── postcss.config.js
└── tailwind.config.js

Screenshot

screenshot

Links


Check The Live Website ➡️ Live Website

Built with

  • Next.js
  • React Components, Props, States and Hooks
  • Redux
  • Webhooks
  • Stripe Checkout
  • API GET requests
  • JSX Elements
  • TailwindCSS
  • NextAuth
  • Firestore Database

Useful resources

Installation

Use the Npm package manager install command.

npm install

Author

  • Author - [Murat Hüdavendigâr]

Contact

m_hudavendigar murathoncu murat-hüdavendigâr-öncü-232749246 m_hdavendigr @murathoncu

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app

amazon-nextjs's People

Contributors

murathudavendigar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.