A small tool that aggregates Singapore board game prices from Carousell, Shopee, and Lazada.
- Search board games and aggregate listings from multiple sources
- Normalize prices and show best deals with filters
- Lightweight React + Tailwind dashboard for quick comparisons
- Java 17+
- Gradle or Maven
./gradlew clean build
mvn -q -DskipTests package
java -jar build/libs/sg-boardgame-pricewatch.jar "Catan"
If using Maven:
java -jar target/sg-boardgame-pricewatch.jar "Catan"
Search: Catan
Total listings: 12
Best deal: $36.90 (Shopee)
Median price: $49.00
This project focuses on aggregation and simple price normalization. Filtering is performed through search criteria and price filters to show the best deals across sources.