Skip to content

Latest commit

 

History

History
97 lines (66 loc) · 2.87 KB

README.md

File metadata and controls

97 lines (66 loc) · 2.87 KB

Amazon-clone

The main goal of this project is to make a clone of world's largest e-commerce shopping website i.e. Amazon using next.js.

Deployment

Checkout: Amazon-clone

  • Netlify - The fastest way to combine your favorite tools and APIs to build the fastest sites, stores, and apps for the web.

Note: The project is not fully developed. But still you can see the final demo of this project.

Tech Stack

  • Next.js: Next.js is a JavaScript framework that enables you to build superfast and extremely user-friendly static websites, as well as web applications using React.

  • Tailwind Css: Tailwind CSS is basically a utility-first CSS framework for rapidly building custom user interfaces.

  • React-icons: React-icons is a small library that helps us add icons (from all different icon libraries) to your React apps.

Run Locally

To develop locally:

  1. Fork this repository to your GitHub account and then clone it to your local device.
  git clone https://github.com/JunDevHarsh/amazon-clone.git
  1. Open the project directory
  cd amazon-clone
  1. Create a new branch:
  git checkout -b MY_BRANCH_NAME
  1. Install the dependencies with:
  npm install
  or
  npm i
  1. Start developing and watch for code changes:
  npm run dev

Contributing

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Steps to contribute

  • Step 1: Fork the repository
  • Step 2: Clone the repository
  • Step 3: Create a new branch
  • Step 4: There are two possibilities you can follow
    • Create or make new components for the project
    • Find bugs or improve the issues
  • Step 5: Commit your changes
  • Step 6: Push your changes to Github
  • Step 7: Submit a PR

Authors

License

MIT