Skip to content

Zachary-Masson/AppleCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍎 Apple Calculator Replica

A replica of Apple's calculator app as a website.

🌟 Overview

This project is a faithful replica of Apple's calculator, built using modern web technologies. You can try the application by visiting the following link:

Apple Calculator Web

image

✨ Features

  • 🖌️ User interface true to Apple's calculator app.
  • ➕➖✖️➗ Basic calculation functionalities: addition, subtraction, multiplication, and division.
  • 📈 Support for advanced operations such as percentages and sign inversion.
  • 📱 Responsive design for smooth use across various devices.

🚀 Installation

  1. Clone this repository to your local machine:
    git clone https://github.com/zachary-masson/AppleCalculator.git
  2. Navigate to the project directory:
    cd AppleCalculator
  3. Open index.html in your preferred browser to use the calculator locally.

🛠️ Technologies Used

  • 🏷️ HTML5
  • 🎨 CSS3
  • 💻 JavaScript (ES6+)

🤝 Contributions

Contributions are welcome! If you have improvement ideas or bugs to report, please submit an issue or a pull request.

👨‍💻 Author

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

💬 Acknowledgments

  • 🙏 Thanks to Apple for the inspiration for this application.