Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noorjsdivs/amazon-clone
- Owner: noorjsdivs
- Created: 2024-09-06T15:03:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T18:30:48.000Z (4 months ago)
- Last Synced: 2024-09-13T07:27:47.298Z (4 months ago)
- Topics: amazon-clone, amazon-clone-nextjs, amazon-clone-react, amazon-clone-reactjs, ecommerce, ecommerce-application, ecommerce-reactjs-website, ecommerce-website, nextjs, nextjs14, reactjs-ecommerce
- Language: TypeScript
- Homepage: https://amazon2.0.reactbd.com/
- Size: 1000 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Clone Application
Amazon Clone Website using Nextjs, Tailwindcss, Authjs, Stripejs.
## 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!