Welcome to the Hesten’s Learning repository! This is an adaptive, accessible, and gamified educational platform designed with neurodiversity in mind. It provides a personalized learning experience featuring focus tools, reading aids, and trackable progress for students from Pre-K through Grade 12.
/src/ - Contains reusable PHP components (Header, Footer)./Level/ - Educational content and course modules for different grade levels./assets/ - Static assets including /js/, /css/, /images/, and /fonts/.index.php - The main dashboard and entry point.parents.php, teachers.php, students.php - Portals for different user types.Feel free to explore the codebase. The index.php file acts as the primary adaptive dashboard, while state management (like streaks and bookmarks) is currently handled via local storage in JavaScript to maintain a lightweight footprint.