{
"$schema": "../schemas/code-crispies-module-schema.json",
"id": "welcome",
"title": "Welcome",
"description": "Learn how to use Code Crispies and get started with interactive web development lessons",
"mode": "html",
"difficulty": "beginner",
"lessons": [
{
"id": "what-is-code-crispies",
"title": "What is Code Crispies?",
"description": "Code Crispies is a free, open-source platform for learning web development through hands-on exercises.
You'll learn:
- HTML - Semantic markup and native elements
- CSS - Styling and layout techniques
- Tailwind - Utility-first CSS framework
No account required - just start coding!",
"task": "Try it out! Type <h1>Hello World</h1> in the editor below and watch the preview update.",
"previewHTML": "",
"previewBaseCSS": "body { font-family: system-ui, sans-serif; padding: 20px; text-align: center; } h1 { color: #6366f1; }",
"sandboxCSS": "",
"initialCode": "",
"solution": "
I am learning!
", "previewContainer": "preview-area", "validations": [ { "type": "element_exists", "value": "p", "message": "Add a <p> paragraph element" }, { "type": "contains", "value": "learning", "message": "Include the word 'learning' in your paragraph" } ] }, { "id": "navigation-tips", "title": "Navigation Tips", "description": "Use these controls to navigate:Let's start learning.
", "previewContainer": "preview-area", "validations": [ { "type": "element_exists", "value": "h2", "message": "Add an <h2> heading" }, { "type": "element_exists", "value": "p", "message": "Add a <p> paragraph" }, { "type": "contains", "value": "Ready", "message": "Include 'Ready!' in your heading" } ] } ] }