Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Amazon Clone Website
https://github.com/noorjsdivs/amazon-clone

amazon-clone amazon-clone-nextjs amazon-clone-react amazon-clone-reactjs ecommerce ecommerce-application ecommerce-reactjs-website ecommerce-website nextjs nextjs14 reactjs-ecommerce

Last synced: about 1 month ago
JSON representation

Amazon Clone Website

Awesome Lists containing this project

README

        

# 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:

```bash
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
```bash
npm install
```
#### or
pnpm install
```bash
pnpm install
```
#### or
yarn
```bash
yarn
```

### Run the Application:
Start the development server using the following command:

npm run dev
```bash
npm run dev
```
#### or
pnpm dev
```bash
pnpm dev
```
#### or
yarn run dev
```bash
yarn run dev
```
The application will be running on [localhost.](http://localhost:3000/)

## .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!