This project is a simple web app built using JavaScript and basic HTML. It uses DOM manipulation to create all elements dynamically and handle user interactions.
It has two main features: a calculator and a data processor. The calculator lets u…
This project is a simple web app built using JavaScript and basic HTML. It uses DOM manipulation to create all elements dynamically and handle user interactions.
It has two main features: a calculator and a data processor. The calculator lets users enter two numbers and perform basic operations like addition, subtraction, multiplication, and division. The data processor allows users to input comma-separated numbers and then find the sum, maximum value, or filter even numbers.
The project helps in understanding event handling, array methods like map, reduce, and filter, and how to update the UI dynamically.
I used AI for making readme file and for description