Giter Site home page Giter Site logo

suvendu-ui / flipkart_clone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arghadipmanna101/flipkart_clone

0.0 0.0 0.0 7.93 MB

Clone of Flipkart using HTML,CSS and JavaScript

Home Page: https://flipkart-clone-seven-azure.vercel.app

License: MIT License

JavaScript 20.15% CSS 16.61% HTML 63.25%

flipkart_clone's Introduction

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.

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.๐Ÿ˜ƒ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.