Skip to content

noorjsdivs/amazon-clone

Repository files navigation

Amazon Clone Application

Amazon Clone Website using Nextjs, Tailwindcss, Authjs, Stripejs.

amazon_clone_using_nextjs_tailwindcss_stripejs,authjs_free_source_code

Complete resources for this project:

🔗 Youtube link: https://youtu.be/-B4ccv5ddr4

🔗 GitHub Repository: https://github.com/noorjsdivs/amazon-clone

🔗 GitHub Clone link: https://github.com/noorjsdivs/amazon-clone.git

🔗 Auth.js Documentation: https://authjs.dev/

🔗 Stripe.js Documentation: https://stripe.com/

🔗 Live Website Demo: https://amazon2.0.reactbd.com/

Getting Started

To begin working on this project:

  1. Clone the Repository:
    Clone this repository to your local machine using the following command:

    https://github.com/noorjsdivs/amazon-clone.git

Install Dependencies:

Navigate to the project directory and install the required packages using one of the following package managers:

npm install

npm install

or

pnpm install

pnpm install

or

yarn

yarn

Run the Application:

Start the development server using the following command:

npm run dev

   npm run dev

or

pnpm dev

   pnpm dev

or

yarn run dev

   yarn run dev

The application will be running on localhost.

.env Credentials

For successfully run the application and do all the functionality you must fill the keys mentioned in .env file

Technology Stack

This project is built using Next.js and leverages modern JavaScript libraries and tools to provide a robust development environment.

Happy coding!