Registration Number: 22/EG/C0/1777

Web Dev Projects.

Eight coursework projects built across CPE 314 — covering HTML, CSS, and JavaScript from the ground up.

01 / 08

HTML Basics

Structured HTML page with headings, paragraphs, and lists.

HTML

02 / 08

Student Dashboard

Form inputs, table records, and dynamic student entry with JavaScript.

HTML · CSS · JS

03 / 08

CSS Styling

Cascade, box model, and visual design through external and internal stylesheets.

CSS

04 / 08

Grid & Navigation

CSS Grid layout paired with a responsive Flexbox navigation bar.

CSS · HTML

05 / 08

JavaScript Basics

Variables, functions, loops, and arrays — core JS fundamentals in action.

JS

06 / 08

DOM Manipulation

Dynamically updating page content — lists, colors, forms, and titles at runtime.

JS · DOM

07 / 08

Events & Timers

Event listeners, form validation, prevent default, and setTimeout interactions.

JS

08 / 08

To-Do App — Capstone

Full CRUD with localStorage, dynamic rendering, and Enter key support.

Capstone