Skip to content

arghadipmanna101/Flipkart_Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Flipkart_Clone

Open Source Love svg1 PRs Welcome GitHub contributors GitHub repo size Github

🌟 Stars 🍴 Forks πŸ› Issues Closed Issues πŸ”” Open PRs πŸ”• Close PRs last commit
Stars Forks Issues closed issues Open Pull Requests Close Pull Requests last commit

Open Source Programs

Event Logo Event Name Event Description
GSSoC 24 GirlScript Summer of Code 2024 GirlScript Summer of Code is a three-month-long Open Source Program conducted every summer by GirlScript Foundation. It is an initiative to bring more beginners to Open-Source Software Development.

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. Setup Environment:

       npm install
  4. To preview: Go to index.html and "Go Live" to view in localhost

  5. Make changes: Deployment failed with the following error:

   Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").
  1. Add your changes: Stage your changes for commit:

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

    or simply run

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

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

    git push -u origin <your-branch-name>
  4. 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.

Alternatively contribute using GitHub Desktop

  1. Open GitHub Desktop: Launch GitHub Desktop and log in to your GitHub account if you haven't already.

  2. Clone the Repository:

    • If you haven't cloned the Flipkart_Clone repository yet, you can do so by clicking on the "File" menu and selecting "Clone Repository."
    • Choose the Flipkart_Clone repository from the list of repositories on GitHub and clone it to your local machine.
  3. Switch to the Correct Branch:

    • Ensure you are on the branch that you want to submit a pull request for.
    • If you need to switch branches, you can do so by clicking on the "Current Branch" dropdown menu and selecting the desired branch.
  4. Make Changes: Make your changes to the code or files in the repository using your preferred code editor.

  5. Commit Changes:

    • In GitHub Desktop, you'll see a list of the files you've changed. Check the box next to each file you want to include in the commit.
    • Enter a summary and description for your changes in the "Summary" and "Description" fields, respectively. Click the "Commit to " button to commit your changes to the local branch.
  6. Push Changes to GitHub: After committing your changes, click the "Push origin" button in the top right corner of GitHub Desktop to push your changes to your forked repository on GitHub.

  7. Create a Pull Request:

  • Go to the GitHub website and navigate to your fork of the Flipkart_Clone repository.
  • You should see a button to "Compare & pull request" between your fork and the original repository. Click on it.
  1. Review and Submit:

    • On the pull request page, review your changes and add any additional information, such as a title and description, that you want to include with your pull request.
    • Once you're satisfied, click the "Create pull request" button to submit your pull request.
  2. Wait for Review: Your pull request will now be available for review by the project maintainers. They may provide feedback or ask for changes before merging your pull request into the main branch of the Flipkart_Clone repository.

⭐️ Support the Project If you find this project helpful, please consider giving it a star on GitHub! Your support helps to grow the project and reach more contributors.

Screenshot

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