https://github.com/jackmoore7/coles-web-app
A website for tracking all-time highs at Coles
https://github.com/jackmoore7/coles-web-app
coles css flask html jinja mongodb
Last synced: about 1 month ago
JSON representation
A website for tracking all-time highs at Coles
- Host: GitHub
- URL: https://github.com/jackmoore7/coles-web-app
- Owner: jackmoore7
- Created: 2024-10-17T23:18:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-01T22:45:57.000Z (6 months ago)
- Last Synced: 2026-01-05T12:20:08.851Z (5 months ago)
- Topics: coles, css, flask, html, jinja, mongodb
- Language: HTML
- Homepage: https://pricesareup.com
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pricesareup.com
https://pricesareup.com is a website that tracks and displays when a product reaches an all-time high for Coles supermarket products.

## Features
- Product price tracking (all-time high only)
- Search functionality by product name, brand, or ID
- Date-based filtering of price updates
- Timezone support for accurate local time display (with 1st party cookies enabled)
- Individual product pages with detailed price history, with an option to view the product on Coles' website
-
- Price change statistics (lowest/highest prices, percentage changes)
- Mobile-responsive design
-
- Dark mode
- Crazy mode
## Usage
- To filter by date, use one of the `x days ago` buttons or enter a custom date
- To enable dark mode or crazy mode, click the respective buttons (I'm sure you can tell which is which):
-
- Click on an item to view its product page and price history chart
## Technical Overview
This website was built with:
- Flask - Web framework
- MongoDB - Database for price history
- Fly.io - Web hosting
- Bootstrap - Web UI