Init with specs

This commit is contained in:
2026-03-16 22:44:21 +13:00
parent 4275cbd795
commit b7539ac86e
13 changed files with 911 additions and 1 deletions

View File

@@ -1 +1,13 @@
# P2P Poll App
# P2P Poll App
A decentralized polling app built with SvelteKit + PeerJS. Mobile-first, peer-to-peer.
## UI Guidelines
All UI code must follow mobile-first principles:
- **Touch targets**: ≥ 44px
- **Layout**: Single-column on mobile, expand on larger screens
- **Navigation**: Bottom tab bar (Home, Create, Profile)
- **Dark mode**: Respect `prefers-color-scheme`
- **Tailwind**: Mobile breakpoints are the default; use `md:` / `lg:` to scale up