← Back to Projects

JavaScript Project

Static JavaScript Showcase

A collection of small HTML, CSS, and JavaScript projects demonstrating DOM manipulation, responsive layouts, and frontend interaction patterns.

Problem

I wanted a place to demonstrate small frontend experiments and JavaScript interaction patterns without needing a full backend framework.

Solution

I created static HTML, CSS, and JavaScript projects focusing on DOM manipulation, responsive layout behaviour, and browser-based interactions.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Engineering Highlights

  • Static frontend project structure
  • DOM manipulation practice
  • Responsive layouts
  • Small JavaScript interaction examples

What I Learned

  • Improved frontend fundamentals
  • Practised clean HTML structure
  • Strengthened JavaScript event handling
  • Understood when a static site is enough