<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/<your-github-username>/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/<original-owner>/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 <your-branch-name></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 <changed-file1> <changed-file2> ...</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 "<your-commit-message>"</code></pre>
</li>
<li><strong>Push your changes:</strong> Push your changes to the forked repository:
<pre><code>git push -u origin <your-branch-name></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>
forked from arghadipmanna101/Flipkart_Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
Clone of Flipkart using HTML,CSS and JavaScript
License
Paavni-Goyal/Flipkart_Clone
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Clone of Flipkart using HTML,CSS and JavaScript
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 63.3%
- JavaScript 20.1%
- CSS 16.6%