Structured Course Builder & PPT Outline Generator

I built a browser‑only course blueprinting tool that lets instructional designers rapidly structure modules, topics, objectives, notes, and media requirements—and then export clean outlines (PPT, agenda table, CSV, objective reports) without a backend. It uses Vue + Bootstrap 4, a small in‑memory schema, and the Web File & Storage APIs for persistence and export. Autosave, validation (word counts, flagged terms, spacing), and lightweight reporting make iteration fast while keeping content consistent.

LocalStorage Visit Counter

A simple JavaScript utility demonstrating localStorage usage by tracking user visit counts across browser sessions. This project showcases browser-based persistence without server-side databases, highlighting the power of the Web Storage API for client-side data retention.