https://github.com/biggestcookie/dinnerd
A web app for calculating who owes what on a shared dinner check.
https://github.com/biggestcookie/dinnerd
Last synced: 13 days ago
JSON representation
A web app for calculating who owes what on a shared dinner check.
- Host: GitHub
- URL: https://github.com/biggestcookie/dinnerd
- Owner: biggestcookie
- Created: 2026-06-09T17:28:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-09T18:27:52.000Z (about 1 month ago)
- Last Synced: 2026-06-09T19:17:00.665Z (about 1 month ago)
- Language: Dart
- Homepage: https://biggestcookie.github.io/dinnerd/
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dinnerd
A frictionless, mobile-first Flutter web app for calculating who owes what on a shared dinner check.
## What it does
dinnerd guides users through splitting a restaurant bill with minimal typing, tapping, and cognitive overhead. It is designed for people who want to:
- avoid signing up or downloading a heavy app
- skip overly complex interfaces
- split a check quickly without wrestling with too many fields
- use a clean, easy-to-follow guided flow on mobile or desktop
## Why it exists
Splitting a check is still annoyingly high-friction. Many existing tools:
- demand downloads, signups, or extra onboarding
- overload users with too many options and inputs
- feel overbuilt for a simple “who owes what” task
- expose cluttered UI that is hard to navigate on small screens
dinnerd focuses on a lightweight experience that keeps the task simple and fast.
## Technical notes
- UI-only frontend
- Web-first Flutter app
- Progressive Web App (PWA) friendly
- Mobile-first layout with desktop accessibility
- Simple design system, with future polish planned
## Setup
1. Install Flutter from https://flutter.dev
2. From the project root: `flutter pub get`
3. Run the app in a browser: `flutter run -d chrome`
4. Build for web: `flutter build web`