Skip to content

noorjsdivs/mern_amazon_clone

Repository files navigation

Amazon Clone Application

Welcome to the Amazon Clone Application! This project is designed to help you manage your tasks efficiently while allowing multiple collaborators to work seamlessly in a team environment.

Getting Started

To begin working on this project:

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

    git clone https://github.com/noorjsdivs/mern_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

Create a Branch:

Each collaborator must create their own branch to work on. Use the following command to create and switch to a new branch:

create branch

git branch your-branch-name

switch or move into your branch

git checkout your-branch-name

or

git switch your-branch-name

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.

Push Changes:

Make sure to push changes from your own branch and avoid pushing directly to the main branch. Use the following command to push your branch:

git push origin

Functionalities

Make as same as github link Clean designClean design Follow best practice

Technology Stack

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

Contribution Guidelines All collaborators must create their own branch and avoid pushing directly to the main branch. Ensure that your code follows best practices and is properly tested before pushing.

Happy coding!