Skip to content

Muhammad-Murtaazaa/Simple-Web-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-Style Web Calculator

A simple web calculator designed to mimic the style of the iOS calculator. Built with HTML, CSS, and JavaScript, this calculator offers basic arithmetic functionality with a clean and modern look. Future updates will enhance its styling and add more advanced features.

Features

  • Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
  • Responsive Design: Optimized for both desktop and mobile screens.
  • iOS-Inspired UI: The calculator design replicates the clean and intuitive layout of the iOS calculator.

Technologies Used

  • HTML: Structure of the calculator.
  • CSS: Styling inspired by iOS design guidelines.
  • JavaScript: Handles all the calculator's functionality, such as button clicks and arithmetic calculations.

Future Plans

  • Enhanced Styling: Continue improving the visual appearance to better align with the iOS calculator.
  • Additional Functionality:
    • Scientific calculator features (square roots, exponents, etc.).
    • Memory functions (M+, M-, MR, MC).
    • Theme toggling (light/dark mode).
    • Sound effects and animations for button clicks.

How to Use

  1. Clone the repository:
    git clone https://github.com/your-username/Simple-Web-Calculator.git
  2. Open index.html in your browser to start using the calculator.

Contributing

Contributions are welcome! If you have ideas to improve the project, feel free to open an issue or submit a pull request.