forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
13 lines
452 B
Markdown
13 lines
452 B
Markdown
# 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 |