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.
- Fork the Project
- Clone your forked repository
git clone https://github.com/<your_github_username>/MetricManch.git
-
Now go ahead and create a new branch and move to the branch
git checkout -b fix-issue-<ISSUE-NUMBER>
-
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
or
git add .
git add <file_name1> <file_name2>
- Commit your changes
git commit -m "<EXPLAIN-YOUR_CHANGES>"
-
Push your changes
git push origin fix-issue-<ISSUE-NUMBER>
-
Open a Pull Request
Wait for the PR to be reviewed and merged.
Happy Coding!