Pricewise is a web scraping tool designed to retrieve product information from Amazon for price comparison purposes. This app provides users with a convenient way to track and analyze pricing data for products of interest.
Checkout the Website Pricewise
- Amazon Scraping: Pricewise uses web scraping techniques to gather product details from Amazon.
- Data Visualization: Visualize pricing trends over time through graphs and charts.
- Email Notifications: Tracks the price drop and sends alert vai email.
- @headlessui/react:
^1.7.17
- @types/nodemailer:
^6.4.13
- axios:
^1.5.1
- cheerio:
^1.0.0-rc.12
- mongoose:
^7.6.0
- next:
^13.5.4
- nodemailer:
^6.9.7
- nodemailer-smtp-transport:
^2.7.4
- react:
^18
- react-dom:
^18
- react-responsive-carousel:
^3.2.23
- supports-color:
^8.1.1
- @types/mongoose:
^5.11.97
- @types/node:
^20
- @types/nodemailer-smtp-transport:
^2.7.8
- @types/react:
^18
- @types/react-dom:
^18
- autoprefixer:
^10
- postcss:
^8
- tailwindcss:
^3
- typescript:
^5
- Clone the repository:
git clone https://github.com/gknanhe/pricewise.git
- Navigate to the project directory:
cd pricewise
- Install dependencies:
npm install
- Run the app:
npm run dev
- Enter the product details when prompted.
- The app will scrape Amazon for the product information and display the results.
This project is licensed under the MIT License - see the LICENSE.md file for details.
This app is intended for educational and personal use only. Scraping Amazon may violate their terms of service, and the developer is not responsible for any consequences resulting from the use of this app.