Logo

Price Tracer

Track prices of your favourite products online, and save money.


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contribute
  5. Authors

About The Project

Price Tracer

Price Tracer is developed for everyone indulged in online product shopping at various e-commerce websites, who would want to make their online purchase decisions more sophisticated amidst various pricing strategies i.e offers and sales introduced in the e-commerce market. Price Tracer automates the tracking of prices of products sold on e-commerce websites, allowing users to analyze the trends in the prices, send the price drop alerts, and in addition, it is incorporated with the product recommendation system.

Aims

  • To track the prices of different products added to the cart/wishlist, thus users can take advantage of different sales from time to time.
  • Also, provide the price fall notification system to implement the above.
  • To track the prices with the helpful graphs and charts.
  • To provide the recommendation system to the user for ease in shopping.

Block Diagram

Logo

Full Report

Report

Built With

Getting Started

Prerequisites

Make sure latest npm package is installed.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/deepika9294/PriceTracer.git
  2. Install NPM packages in the required directory.
    npm install
  3. Fill in the required details in .env file. [Refer .env.example]

Usage

To run the software, type in terminal:

npm run dev

Contribute

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Authors