https://github.com/vicainelli/kassaklap
Kassaklap is the smart grocery app that knocks your receipt total down. Compare real-time prices across major supermarkets, get deal alerts, and let the app calculate the optimal store mix for your cart.
https://github.com/vicainelli/kassaklap
Last synced: 5 months ago
JSON representation
Kassaklap is the smart grocery app that knocks your receipt total down. Compare real-time prices across major supermarkets, get deal alerts, and let the app calculate the optimal store mix for your cart.
- Host: GitHub
- URL: https://github.com/vicainelli/kassaklap
- Owner: vicainelli
- License: mit
- Created: 2025-08-18T06:41:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T08:06:34.000Z (5 months ago)
- Last Synced: 2025-08-27T17:03:17.688Z (5 months ago)
- Language: TypeScript
- Homepage: https://kassaklap.nl
- Size: 4.71 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kassaklap
kassaklap.nl
To install dependencies:
```bash
bun install
```
To start a development server:
```bash
bun dev
```
To run for production:
```bash
bun start
```
This project was created using `bun init` in bun v1.2.19. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.