A curriculum visualizer for MHS students - currently has all but "elective" subjects, which are accessible via a dropdown menu on the current subject title. I am currently working on the elective subject. Link.
- Added CurriculumMapVariableTrackLengths.jsx, for elective subjects with variable length tracks.
- Added the Electives subject with a Program of Studies and the new Curriculum Map.
- Added the following subjects -> provided unique tracks and program of studies categories for each.
- English
- World Language
- History
- Science
- Refactored infrastructure and removed hardcodes to make this happen.
- Backend update
- Restructured the program architecture into a helper file system
- Two directories and a main file (math_curriculum_MHS.jsx)
- data (stores data that will be used by the program)
- components (each stores one custom component used in the website)
- Two directories and a main file (math_curriculum_MHS.jsx)
- Initial fork from the Claude artifact
- Has math data from the MHS Program of Studies
- Has two pages
- Curriculum Map -> A track placement visualizer
- Program of Studies -> A visualizer of all math courses the school offers