Implementation of a Calculator for The Odin Project curriculum.
- Gained hands-on experience in creating a user-friendly interface.
- Improved my understanding of event handling in JavaScript.
- Enhanced my skills in styling and layout using CSS.
- Developed problem-solving skills through debugging and optimizing functionality.
- HTML
- CSS
- JavaScript
- Visual Studio Code
- Linux Terminal
- Git and GitHub
This project involved building a functional calculator that performs basic arithmetic operations. The primary goal was to apply the knowledge gained from The Odin Project to create an interactive web application. The project allowed me to explore DOM manipulation, event listeners, and responsive design principles.
- Performs basic arithmetic operations: addition, subtraction, multiplication, and division.
- Clear button to reset the calculator.
- User-friendly interface with a responsive layout.
