A collection of 6 simple, polished React applications demonstrating modern best practices.
apps/: Source code for each application (independent Next.js projects)PRPs/: Implementation plans for each appObsidian/: Documentation and ideasHANDOFF.md: Complete project context for AI handoff
| App | What It Does |
|---|---|
| Espresso Calculator | Ratio calculator for espresso brewing |
| Watson | Espresso shot logger (literary: Dr. Watson, the documenter) |
| Font Scale | Typography scale visualizer |
| Contrast Checker | WCAG color contrast checker |
| Atlas | Barbell plate calculator (literary: the titan who holds weight) |
| Macro Calculator | Quick macro/calorie estimator |
- Next.js 15 (App Router)
- TypeScript (strict)
- Tailwind CSS + shadcn/ui
- Zustand (where persistence needed)
- Zod (where validation needed)
cd apps/[app-name]
npm install
npm run dev- HANDOFF.md - Full project context and implementation guide
- Ideas.md - Original app concepts
- React-Best-Practices.md - Coding standards
PRPs/story_[app-name].md- Detailed implementation plan per app