Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 3.01 KB

README.md

File metadata and controls

61 lines (47 loc) · 3.01 KB

MetricManch

About the Project

Metric Manch is an online platform designed to streamline product price comparisons from popular e-commerce websites like Amazon and Flipkart. By using web scraping and APIs, it provides regular updates on product pricing, availability, and seller details, allowing users to make informed purchasing decisions. Metric Manch empowers users to save time and money, whether they are budget-conscious shoppers or busy individuals seeking a more efficient online shopping experience.

Tech Stack

Static Badge Static Badge Static BadgeStatic Badge Static Badge Static Badge Static Badge Static Badge Static BadgeStatic Badge

Architecture

metricmanchsynopsis

Contributing

  1. Fork the Project
  2. Clone your forked repository
 git clone https://github.com/<your_github_username>/MetricManch.git
  1. Now go ahead and create a new branch and move to the branch

    git checkout -b fix-issue-<ISSUE-NUMBER>
  2. After you have added your changes, follow the following command chain

    • Check the changed files
     git status -s
    • Add all the files to the staging area
      git add .
      or
      git add <file_name1> <file_name2>
    • Commit your changes
     git commit -m "<EXPLAIN-YOUR_CHANGES>"
  3. Push your changes

    git push origin fix-issue-<ISSUE-NUMBER>
  4. Open a Pull Request

  • Wait for the PR to be reviewed and merged.

  • Happy Coding!


Repobeats analytics image