Landing page for the study tools I build for my own coursework at Chiang Mai University.
Course material arrives as a pile of disconnected PDFs — lecture slides in one file, lab sheets in another, quizzes on the university LMS. Revising means opening six things and holding the connections in your head.
So for each course I build a single self-contained web app: the lectures rewritten for comprehension, every lab documented, and practice tools that generate their own questions. One HTML file, works offline, progress saved locally.
| Course | Repo | Live | |
|---|---|---|---|
| NET | 261434 Computer Network Design & Management | netdes | open ↗ |
| WLN | 269430 Wireless & Broadband Networks | wnet | open ↗ |
| ALG | 269202 Algorithms for iSNE | algo | open ↗ |
Each console shares a course switcher, so you can move between them from anywhere — and back to this landing page.
Vanilla HTML, CSS and JavaScript. No framework, no build step, no dependencies. Each console is a single file that opens straight from disk.