# Teaching workspace

## Folder structure

`topics/<subtopic>/<topic>/`

Every existing topic lives under `topics/Software-Engineering/`. Put new Software Engineering tracks there. Other subtopics get their own folder next to it.

## Framework examples

When a lesson, quiz, or checklist needs a web-framework example, use **React**. The learner works in React.

Structured Clone lesson 4 already uses a Vue `reactive` / Proxy example; leave that one. New material uses React (`useState` objects, Redux/Zustand stores, etc.).
