Grocermatic is a web app for comparing and tracking Australian grocery prices. This price tracker identifies good sale prices and exposes price gouging practices from the Woolworths and Coles duopoly. The PWA app is downloadable and accessible offline to aid users with poor internet connections.
Test the application at www.grocermatic.org or access the raw json data
You must have node.js
and git
installed.
- Clone repository:
git clone https://github.com/MengLinMaker/Grocermatic.git
- Install packages:
npm i
- Run development frontend:
npm run dev
and visitlocalhost:5174
- Preview build frontend:
npm run start
and visitlocalhost:4174
- Scrape data:
npm run scrape
The progress and design of the system are documented in the wiki.