Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary-Masson authored Jun 16, 2024
1 parent 503305e commit d1796e8
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# 🍎 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](https://zachary-masson.github.io/AppleCalculator/)

## ✨ 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:
```bash
git clone https://github.com/zachary-masson/AppleCalculator.git
```
2. Navigate to the project directory:
```bash
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

- **Zachary Masson** - *Lead Developer* - [GitHub Profile](https://github.com/zachary-masson)

## 📜 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## 💬 Acknowledgments

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

0 comments on commit d1796e8

Please sign in to comment.