An interactive web application that helps students plan their academic journey at Thompson Rivers University (TRU) from their starting term to their graduation year.
You can visualize each term in a horizontal timeline, add notes, and export your plan as a .txt file or save it as a PDF.
- Interactive Timeline — Displays terms (Summer, Fall, Winter) from start to graduation.
- Editable Notes — Click on a term card to add or edit your notes.
- Auto-Save — Notes are stored in your browser (localStorage) so they stay between sessions.
- Drag / Scroll Navigation — Move along the timeline with arrows, dragging, or swiping.
- Export Options — Save your plan as a plain-text file or print to PDF.
- Responsive Design — Works on desktop and mobile devices.
- Easter Egg — Try typing
"who is samar"in the first card. 🐐
- HTML5 — Structure and content
- CSS3 — Styling, layout, and responsive design
- JavaScript (ES6) — Application logic and interactivity
- localStorage — Client-side persistence of notes
- No backend required — Runs fully in the browser