Skip to content

bilal-23/Amazon-clone

Repository files navigation

Amazon Clone 🛒

Amazon site clone made with Next.js.

Features 💡

  • Add products to cart.
  • Checkout.
  • Multiple Products.
  • Authentication.
  • Stripe Payment
  • Webhook

Screenshots

Home Page Order Page Checkout Page

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites 📋

You'll need Git and Node.js (which comes with NPM) installed on your computer.

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

How To Use 🔧

From your command line, first clone this repo:

# Clone this repository
$ git clone https://github.com/bilal-23/Amazon-clone/

# Go into the repository
$ cd Amazon-clone

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm start

Once your server has started, go to this url http://localhost:3000/ and you will see the website running on a Development Server.

Technologies used 🛠️

  • Webpack - Static module bundler
  • Next.js - React Framework
  • Next-Auth - Authentication for Next.js
  • Material-UI - A Popular React UI Framework
  • React Redux - Official React bindings for Redux
  • Redux Toolkit - The official, opinionated, batteries-included toolset for efficient Redux development
  • nprogress - Slim progress bars for Ajax'y applications.
  • Stripe - Online Payment processing for Internet Business

Note-

No Copyrights reseved

About

Amazon Clone made with Next.js, Firestore and Stripe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published