JavaScript DOM Adventures 🚀

Exploring how I made my projects interactive with JavaScript

📌 Portfolio Website

My portfolio started as a simple HTML & CSS project. It displayed static information about me and my projects. Later, I upgraded it using JavaScript DOM i added new features to make it more interactive and engaging:

Portfolio Screenshot 1 Portfolio Screenshot 2

🎓 University Landing Page

My university landing page was first created with HTML & CSS for layout and styling. Then I enhanced it with JavaScript:

University Landing Page Screenshot 1 University Landing Page Screenshot 2
University Landing Page Screenshot 3 University Landing Page Screenshot 4

To-Do App

My To-Do App was built directly with JavaScript to practice DOM manipulation. Some improvements I made:

To-Do App Screenshot