Skip to content

anushreemehta6/Flipkart_Clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flipkart_Clone

Flipkart Logo Animation

High VoltageTech Stack

Let's Get Started

Welcome to the Flipkart_Clone! If you're interested in contributing, here's how you can get started:

  1. Fork the repository: Click on the "Fork" button at the top-right corner of this page. This will create a copy of this repository in your account.

  2. Clone the repository: After forking, clone the repository to your local machine using the following command in your terminal:

    git clone https://github.com/<your-github-username>/Flipkart_Clone.git
  3. Change the directory: Change to the repository directory on your computer (if you are not already there):

   cd .\Flipkart_Clone\
  1. Add a remote upstream: Set up a remote upstream to the original repository by running the following command in your terminal:

    git remote add upstream https://github.com/<original-owner>/Flipkart_Clone/
  2. Create a new branch: Switch to a new branch for your contributions:

    git switch -c <your-branch-name>
  3. Make changes: Start making your changes to the source code.

  4. Add your changes: Stage your changes for commit:

    git add <changed-file1> <changed-file2> ...

    or simply run

    git add .
  5. Commit your changes: Commit your changes with a descriptive message:

    git commit -m "<your-commit-message>"
  6. Push your changes: Push your changes to the forked repository:

    git push -u origin <your-branch-name>
  7. Create a Pull Request: Go to the GitHub repository, select your branch, and click on the "New pull request" button to create a new pull request.

Screenshot

Snapshots

These are some of the Snapshots of the project.

ss1 ss2 ss3 ss4

Open Source Programs

This project is a part of GirlScript Summer of code. We welcome contibutions from the community to help improve the project Flipkart_Clone.

gssoc

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

License

This project is licensed under the MIT License.

Contributors

Thank you for contributing to our project! We appreciate your help in making Flipkart_Clone even better.😃

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 68.3%
  • JavaScript 16.9%
  • CSS 14.8%