An open API service indexing awesome lists of open source software.

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

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.
Screenshot 2024-12-27 at 12 29 14

## 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
- Screenshot 2024-12-27 at 12 42 41
- 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):
- Screenshot 2024-12-27 at 12 29 35
- 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