A collection of deployed applications, experiments, and tools.
Calculates Body Mass Index (BMI) based on height and weight inputs. Validates user input and provides feedback based on standard BMI categories.
Minimalist list application built with vanilla JS. Users can add, check off, and remove tasks. Data is saved to localStorage for persistence.
Responsive weather application. Fetches real-time data from OpenWeatherMap API and updates the interface dynamically based on city search.
Web tool that checks whether a given word or phrase is a palindrome. It ignores spaces, punctuation and capitalization for accurate comparison.
Financial tracker helping users track income and expenses. Features filtering by category and real-time balance updates stored in localStorage.