Projects

To-Do App

A simple task manager app using JavaScript, localStorage, and DOM manipulation.
Adding tasks, Marking as complete, Deleting/editing tasks, Filtering, Saving to localStorage.

JavaScript HTML LocalStorage
Demo | View on GitHub

Calculator App

This is a simple, responsive calculator built using HTML, CSS, and JavaScript. It performs basic arithmetic operations.

JavaScript HTML LocalStorage
Demo | View on GitHub