01 / 08
HTML Basics
Structured HTML page with headings, paragraphs, and lists.
02 / 08
Student Dashboard
Form inputs, table records, and dynamic student entry with JavaScript.
03 / 08
CSS Styling
Cascade, box model, and visual design through external and internal stylesheets.
04 / 08
Grid & Navigation
CSS Grid layout paired with a responsive Flexbox navigation bar.
05 / 08
JavaScript Basics
Variables, functions, loops, and arrays — core JS fundamentals in action.
06 / 08
DOM Manipulation
Dynamically updating page content — lists, colors, forms, and titles at runtime.
07 / 08
Events & Timers
Event listeners, form validation, prevent default, and setTimeout interactions.
08 / 08
To-Do App — Capstone
Full CRUD with localStorage, dynamic rendering, and Enter key support.