-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
503305e
commit d1796e8
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |