C_TuTor
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v5View latest version
This directory contains the frontend code for the KidC platform.
index.html- Main HTML templateapp.js- Main JavaScript application codestyle.css- Custom CSS styles
The learning path displays all available lessons in a structured sequence. Users can:
- See their progress through the curriculum
- Click on lessons to view content
- Track completed exercises
Lesson content is displayed in a markdown-like format with:
- Headers and paragraphs
- Code examples
- Lists
- Explanations of C programming concepts
The interactive code editor allows users to:
- Write and edit C code
- Run code to see output
- Submit solutions for automated testing
- Receive immediate feedback
Each lesson includes exercises that:
- Challenge users to apply what they've learned
- Provide starter code
- Test solutions against expected outputs
- Track completion status
- Monaco Editor for the code editor
- TailwindCSS for styling
- Vanilla JavaScript for application logic