A web-based platform designed to teach C programming to children through interactive lessons, exercises, and a real-time code editor.
โโโ backend/
โ โโโ database/
โ โ โโโ migrations.ts # Schema definitions
โ โ โโโ queries.ts # DB query functions
โ โโโ routes/
โ โ โโโ api.ts # API routes
โ โ โโโ static.ts # Static file serving
โ โโโ services/
โ โ โโโ compiler.ts # C code compilation service
โ โ โโโ exercises.ts # Exercise management
โ โโโ index.ts # Main entry point
โโโ frontend/
โ โโโ components/
โ โ โโโ CodeEditor.js # Interactive code editor
โ โ โโโ ExercisePanel.js # Exercise display and testing
โ โ โโโ LessonView.js # Lesson content display
โ โโโ data/
โ โ โโโ lessons.js # Lesson content
โ โ โโโ exercises.js # Exercise definitions
โ โโโ index.html # Main HTML template
โ โโโ app.js # Frontend JS entry point
โ โโโ style.css # Custom styles
โโโ shared/
โโโ types.ts # Shared type definitions