A simple, interactive web-based calculator built using HTML, CSS, and JavaScript. This project demonstrates basic front-end development skills by creating a functional calculator that performs arithmetic operations.
- Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
- Percentage Calculation: Calculate percentages easily.
- Clear and Delete Functions: AC button to clear the entire input, DEL button to remove the last character.
- User-Friendly Interface: Clean and responsive design with an intuitive button layout.
- Real-Time Display: Input is displayed in a text box for easy viewing.
- HTML: Structure of the calculator interface.
- CSS: Styling for a modern and responsive design.
- JavaScript: Logic for handling calculations and user interactions.
- Clone the repository:
git clone https://github.com/BinaryVortex/Calculator.git - Navigate to the project directory:
cd Calculator - Open
index.htmlin your web browser.
That's it! The calculator is ready to use.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.
This project is open source and available under the MIT License.
