Calculator Project
What it is: This calculator is a small frontend project built with HTML, CSS, and JavaScript to practice layout design, event handling, and state management. It keeps the interface simple, but the logic behind the display and buttons gives real practice with how interactive pages work.
How to use it: Press the number buttons, choose an operator, and use the display just like a basic calculator. You can clear the current entry, remove the last digit, or reset everything with AC. The layout is made for quick mobile and desktop use, so the buttons remain easy to tap and read.
What I learned: Building this project helped me think carefully about how users move through a task. I learned to separate the visual layout from the calculation logic, keep track of what the user has entered, and make the interface feel stable instead of fragile.