A replica of Apple's calculator app as a website.
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:
- 🖌️ 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.
- Clone this repository to your local machine:
git clone https://github.com/zachary-masson/AppleCalculator.git
- Navigate to the project directory:
cd AppleCalculator
- Open
index.html
in your preferred browser to use the calculator locally.
- 🏷️ HTML5
- 🎨 CSS3
- 💻 JavaScript (ES6+)
Contributions are welcome! If you have improvement ideas or bugs to report, please submit an issue or a pull request.
- Zachary Masson - Lead Developer - GitHub Profile
This project is licensed under the MIT License - see the LICENSE file for details.
- 🙏 Thanks to Apple for the inspiration for this application.