I developed a small project named Calculator using HTML, CSS, and JavaScript. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division. The application provides a simple and user-friendly interface with responsive design for different screen sizes.
This project helped me strengthen my understanding of JavaScript logic, DOM manipulation, and event handling. I also learned how to manage user input, implement conditional statements, and handle basic error cases such as division by zero. Additionally, it improved my skills in structuring clean code and designing an interactive UI.
