This project features a clean user interface, smooth animations, and an intuitive design that works well on both desktop and mobile devices.
- Responsive Design: Adapts to various screen sizes and devices.
- Modern UI: Clean, gradient backgrounds and smooth transitions.
- Basic Arithmetic: Perform addition, subtraction, multiplication, and division.
- Easy to Use: Intuitive layout with clearly labeled buttons.
calculator/
index.html # Main HTML file containing the calculator layout.
style.css # CSS file for styling the calculator.
script.js # JavaScript file for calculator functionality.
- A modern web browser (Chrome, Firefox, Edge, Safari, etc.).
- Clone the Repository:
git clone https://github.com/your-username/beautiful-calculator.git
- Navigate to the Project Directory:
cd beautiful-calculator
- Open index.html in Your Browser: You can simply double-click the index.html file or open it via your browser’s “Open File” option.
• Input Numbers: Click the number buttons to input digits.
• Perform Operations: Use the operator buttons (+, −, ×, ÷) to build your arithmetic expression.
• Clear Screen: Press the C button to clear the current input.
• Calculate Result: Press the = button to evaluate the expression.
Contributions are welcome! If you have ideas for improvements or find any bugs, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Open a pull request describing your changes.
License
This project is licensed under the MIT License.