SmartCalc – A Minimalist Web Calculator

Tools Used: HTML, CSS, JavaScript

Description:
This project is a fully functional web-based calculator designed with simplicity and user experience in mind. I created it to strengthen my front-end development skills and explore clean UI design principles. The interface is minimal, responsive, and intuitive—making it easy for users to perform basic arithmetic operations like addition, subtraction, multiplication, and division.

From layout and styling to interactive logic, every part of this calculator was hand-coded. I paid special attention to usability, accessibility, and responsiveness across different screen sizes.

What I Learned:

  • Writing clean and modular JavaScript

  • Designing with user-centered principles

  • Responsive layout with CSS Flexbox/Grid

  • Debugging and testing for smooth user interaction