Simple Calculator Description This project is a simple calculator web application developed using HTML, CSS, JavaScript, and Bootstrap.
It provides a user-friendly interface for performing basic arithmetic operations such as addition, subtraction, multiplication, and division.
Features Responsive Design: Built with Bootstrap, the calculator adapts to different screen sizes for optimal usability on both desktop and mobile devices.
Interactive UI: Users can click buttons to input numbers and operations, with results displayed in real-time.
Clear Functionality: Users can easily clear the input and start fresh using the "C" button.
Technologies Used HTML for structure CSS for styling and layout JavaScript for functionality Bootstrap for responsive design