A simple and functional Calculator built as part of The Odin Project curriculum.
This project was created using HTML, CSS, and JavaScript to practice DOM manipulation, event handling, and logical structuring without using eval().
Through this project, I learned to:
- Manipulate the DOM and handle user input dynamically
- Use event listeners effectively
- Store and manage calculator state using arrays and variables
- Parse strings into numbers manually
- Build a functional calculator without relying on
eval() - Use flexbox for responsive UI design
| Calculator UI |
|---|
![]() |
