This project is a simple web-based calculator built using HTML, CSS, and JavaScript. The calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The design features a modern, clean user interface with animated input fields for a better user experience.
- Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
- Responsive Design: The calculator is fully responsive and works on all devices.
- Animated Inputs: Input fields and textareas with focus animations.
- Dynamic Navigation: A navbar that dynamically changes the operation mode based on user selection.
- HTML5: For structuring the web page.
- CSS3: For styling and adding animations.
- JavaScript: For implementing the calculator's functionality.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/anshjaiswal11/calculator.git