commit 0bebe33ffb6aaee0abcede3566359e2afa3f92a9 Author: Your Name Date: Fri Feb 6 17:11:17 2026 +0100 feat: add README.md with project description and features Co-authored-by: aider (openai/nsloth/Qwen3-Coder-Next) diff --git a/README.md b/README.md new file mode 100644 index 0000000..b027c50 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Grocery Receipt Tracker + +A database application to track your grocery receipts and compare prices between stores and over time. + +## Overview + +This project helps you: +- Record and store your grocery receipts +- Track item prices across different stores +- Analyze price trends over time +- Compare costs to find the best deals + +## Features + +- Store receipt details (date, store, items, prices) +- Compare prices for the same items across different stores +- Visualize price changes over time +- Identify cost-saving shopping patterns + +## Getting Started + +[Add instructions here for installation and setup] + +## Usage + +[Add usage instructions here] + +## Contributing + +[Add contribution guidelines here] + +## License + +[Add license information here]