1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
Kjell Tore Guttormsen
d21e91ace5 refactor: single source of truth for prompts
README now links to prompt files instead of duplicating prompt text
inline. Eliminates three divergent versions of the same prompts.

- Remove all inline prompt text from README steps 3-7
- Each step links directly to its prompt file
- Fix prompt 02: "search bar" -> "filter buttons" (search doesn't exist yet)
- Standardize Windows install to irm (official, auto-updates)
- Honest note about browser version limitations
- Inline troubleshooting replaced with link to troubleshooting.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 20:08:58 +01:00
Kjell Tore Guttormsen
905f3c40fd fix(readme): remove placeholder link to unpublished article
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 19:48:44 +01:00
Kjell Tore Guttormsen
4b58c631c8 style(prompts): format prompt text as code blocks for monospace rendering
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 19:41:02 +01:00
Kjell Tore Guttormsen
00488eb9a0 improve: bake design guidelines directly into prompts
Instead of requiring a plugin, prompts 01 and 02 now include
specific design instructions (warm palette, typography, spacing)
that produce premium-looking output by default.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 16:30:11 +01:00
Kjell Tore Guttormsen
b06b39c0e7 redesign: warm stone aesthetic for todo app examples
Replace cold navy/teal palette with warm dark theme:
- Warm near-black backgrounds, copper/peach accent
- Sage green for completion, muted category colors
- Plus Jakarta Sans typography
- Refined micro-interactions and hover states
- Grouped card layout with staggered animation
- Completed tasks auto-sort to bottom

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 16:27:23 +01:00
Kjell Tore Guttormsen
9a490f129a fix: host examples on thedharmalab.com for proper rendering
Forgejo serves raw files as text/plain. Examples are now
hosted at thedharmalab.com/examples/todo-app/ so browsers
render the HTML correctly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 16:22:51 +01:00
Kjell Tore Guttormsen
a257f34c16 fix: link examples to raw URLs for browser rendering
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 16:20:22 +01:00
Kjell Tore Guttormsen
a0779f9a59 Add todo app screenshot to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 16:14:42 +01:00
Kjell Tore Guttormsen
ec708ba943 Initial commit: todo app guide with 5 prompts and examples
Complete companion repo for "Your First Hour with Claude Code" article.
Includes step-by-step prompts, example output, troubleshooting, and cost guide.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 16:04:07 +01:00