Skip to content

Paavni-Goyal/Flipkart_Clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<title>Flipkart_Clone</title>

Flipkart_Clone

Flipkart Logo Animation

High Voltage Tech Stack

HTML CSS JavaScript
<section class="get-started">
  <h2><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Rocket.png" width="35" height="35"> Let's Get Started</h2>
  <p>Welcome to the Flipkart_Clone! If you're interested in contributing, here's how you can get started:</p>
  <ol>
    <li><strong>Fork the repository:</strong> Click on the "Fork" button at the top-right corner of this page. This will create a copy of this repository in your account.</li>
    <li><strong>Clone the repository:</strong> After forking, clone the repository to your local machine using the following command in your terminal:
      <pre><code>git clone https://github.com/&lt;your-github-username&gt;/Flipkart_Clone.git</code></pre>
    </li>
    <li><strong>Change the directory:</strong> Change to the repository directory on your computer (if you are not already there):
      <pre><code>cd .\Flipkart_Clone\</code></pre>
    </li>
    <li><strong>Add a remote upstream:</strong> Set up a remote upstream to the original repository by running the following command in your terminal:
      <pre><code>git remote add upstream https://github.com/&lt;original-owner&gt;/Flipkart_Clone/</code></pre>
    </li>
    <li><strong>Create a new branch:</strong> Switch to a new branch for your contributions:
      <pre><code>git switch -c &lt;your-branch-name&gt;</code></pre>
    </li>
    <li><strong>Make changes:</strong> Start making your changes to the source code.</li>
    <li><strong>Add your changes:</strong> Stage your changes for commit:
      <pre><code>git add &lt;changed-file1&gt; &lt;changed-file2&gt; ...</code></pre>
      or simply run
      <pre><code>git add .</code></pre>
    </li>
    <li><strong>Commit your changes:</strong> Commit your changes with a descriptive message:
      <pre><code>git commit -m "&lt;your-commit-message&gt;"</code></pre>
    </li>
    <li><strong>Push your changes:</strong> Push your changes to the forked repository:
      <pre><code>git push -u origin &lt;your-branch-name&gt;</code></pre>
    </li>
    <li><strong>Create a Pull Request:</strong> Go to the GitHub repository, select your branch, and click on the "New pull request" button to create a new pull request.</li>
  </ol>
</section>

<section class="code-of-conduct">
  <h2><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Hand%20gestures/Handshake.png" width="35" height="35"> Code of Conduct</h2>
  <p>Please note that this project is released with a <a href="./CODE_OF_CONDUCT.md">Contributor Code of Conduct</a>. By participating in this project you agree to abide by its terms.</p>
</section>

<section class="license">
  <h2><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Page%20with%20Curl.png" width="35" height="35"> License</h2>
  <p>This project is licensed under the <a href="https://opensource.org/licenses/MIT">MIT License</a>.</p>
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License"></a>
</section>

<section class="contributors">
  <h2><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Red%20Heart.png" width="35" height="35"> Contributors</h2>
  <p>Thank you for contributing to our project! We appreciate your help in making Flipkart_Clone even better.😃</p>
  <div class="contributor-images">
    <a href="https://github.com/arghadipmanna101/Flipkart_Clone/graphs/contributors">
      <img src="https://contrib.rocks/image?repo=arghadipmanna101/Flipkart_Clone" alt="Contributors">
    </a>
  </div>
</section>

About

Clone of Flipkart using HTML,CSS and JavaScript

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.3%
  • JavaScript 20.1%
  • CSS 16.6%