Portfolio

Selected Works

A collection of deployed applications, experiments, and tools.

/>
BMI Calculator
HTML CSS JS

BMI Calculator

Calculates Body Mass Index (BMI) based on height and weight inputs. Validates user input and provides feedback based on standard BMI categories.

/>
To-Do List
HTML CSS JS LocalStorage

To-Do List

Minimalist list application built with vanilla JS. Users can add, check off, and remove tasks. Data is saved to localStorage for persistence.

/>
Weather App
HTML CSS JS OpenWeatherMap API

Weather App

Responsive weather application. Fetches real-time data from OpenWeatherMap API and updates the interface dynamically based on city search.

/>
Palindrome Checker
HTML CSS JS RegEx

Palindrome Checker

Web tool that checks whether a given word or phrase is a palindrome. It ignores spaces, punctuation and capitalization for accurate comparison.

/>
Money Tracker
HTML CSS JS LocalStorage

Money Tracker

Financial tracker helping users track income and expenses. Features filtering by category and real-time balance updates stored in localStorage.