{
"$schema": "../schemas/code-crispies-module-schema.json",
"id": "goodbye",
"title": "What's Next?",
"description": "Congratulations on completing your learning journey!",
"mode": "html",
"difficulty": "beginner",
"lessons": [
{
"id": "congratulations",
"title": "Well Done!",
"description": "Congratulations! You've made it through Code Crispies!
You've learned:
• HTML - Semantic elements, forms, tables, and more
• CSS - Selectors, box model, flexbox, grid, animations
• Responsive Design - Media queries and mobile-first layouts
These are the building blocks of every website on the internet. Keep practicing and building!",
"task": "Type Thank you!",
"previewHTML": "",
"previewBaseCSS": "body { font-family: system-ui, sans-serif; padding: 20px; text-align: center; } p { font-size: 1.5rem; color: #6366f1; }",
"sandboxCSS": "",
"initialCode": "",
"solution": "
Thank you!
", "previewContainer": "preview-area", "validations": [ { "type": "contains", "value": "Thank you", "message": "TypeThank you!"
}
]
},
{
"id": "contribute",
"title": "Contribute",
"description": "Help others learn!lessons/ folder. Check existing lessons for the format!",
"task": "Click Next to continue",
"previewHTML": "Create a JSON file in lessons/
{\n \"id\": \"my-lesson\",\n \"title\": \"My Lesson\",\n \"lessons\": [...]\n}Create a JSON file in lessons/
{\n \"id\": \"my-lesson\",\n \"title\": \"My Lesson\",\n \"lessons\": [...]\n}\nCreate a JSON file in lessons/
{\n \"id\": \"my-lesson\",\n \"title\": \"My Lesson\",\n \"lessons\": [...]\n}\n