Projects

Here are a few projects I’m working on as I learn web development.

Portfolio Website

A modern multi-page portfolio that introduces me (About), shows my projects, and includes a contact page. It’s responsive on all devices and uses JavaScript for interactive features like a mobile menu and animations.

HTMLCSSJavaScript

To‑Do List App (Coming Soon)

A simple to-do list where users can add tasks, mark them complete, and delete them. Tasks will be saved so they remain after refreshing the page.

JavaScriptDOMlocalStorage

Calculator (Coming Soon)

A calculator that supports basic operations (addition, subtraction, multiplication, division) using button input. Focused on clean UI and correct calculation logic.

JavaScriptFunctionsEvents