This project is a web application that takes a URL of a product listed on an ecommerce website, fetches the entire data from the web page of that product, and displays it in a more readable and summarized way. It also allows for comparison between two or more similar products based on their specifications.
- Fetches and displays product data from ecommerce websites.
- Summarizes and formats the product data for better readability.
- Allows comparison between multiple products based on specifications.
- Supports various types of products with an initial focus on smartphones.
- Frontend: React.js
- Backend: Node.js, Express.js
- Web Scraping: Puppeteer
- Styling: CSS, Bootstrap
- APIs and Libraries: Axios, Cheerio