This app calculates your Body Mass Index (BMI) based on height and weight inputs. It validates user input and provides feedback based on standard BMI categories: underweight, normal or overweight. Built with HTML, CSS and JavaScript, it demonstrates basic arithmetic operations, form validation and dynamic DOM updates.
This is a minimalist and user-friendly to-do list application built using HTML, CSS, and JavaScript. Users can add, check off, and remove tasks directly in the browser, with all data saved to localStorage for persistence. The interface supports simple task management without requiring a backend or database.
This is a simple and responsive weather application built using HTML, CSS, and JavaScript. It allows users to search for any city and view the current weather conditions. The app fetches real-time data from the OpenWeatherMap API and updates the interface dynamically. It also handles user input errors, like empty.
This simple web tool checks whether a given word or phrase is a palindrome. Built using HTML, CSS and JavaScript, it filters the input by ignoring spaces, punctuation and capitalization, then compares it to its reversed version.
Money Track is a simple web application that helps users track their income and expenses. It allows users to add transactions, categorize them, and view a real-time balance. The app includes features such as filtering by category and persistent data storage using localStorage.