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
.
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.
-
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.
To develop locally:
git clone /~https://github.com/JunDevHarsh/amazon-clone.git
- Open the project directory
cd amazon-clone
- Create a new branch:
git checkout -b MY_BRANCH_NAME
- Install the dependencies with:
npm install
or
npm i
- Start developing and watch for code changes:
npm run dev
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
- 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
- Harshdeep Singh - @JunDevHarsh