A lightweight, responsive calculator built with Angular. Ideal for basic arithmetic operations and optimized for both desktop and mobile users.
- ✅ Basic Arithmetic: Addition, Subtraction, Multiplication, Division.
- 📱 Responsive Design: Works smoothly on both desktop and mobile.
- 🔄 Real-time Calculation Display: Instant results without reloading.
- 🛠️ Error Handling: Friendly messages for invalid operations.
Follow these steps to get a local copy up and running:
Make sure you have the following installed:
- Node.js: Download
- Angular CLI: Install globally by running:
npm install -g @angular/cli
git clone https://github.com/Git-abby/angular-calc.git
cd angular-calc
npm install
To start the application locally:
ng serve
Then, open http://localhost:4200 to use the calculator.
- Angular: Application framework
- Bootstrap: For responsive styling
Contributions are welcome! Here’s how you can help:
- Fork the Project
- Create a Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit Changes (
git commit -m 'Add some AmazingFeature'
) - Push to Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Feel free to create issues for bug reports or feature requests!
Distributed under the MIT License. See LICENSE
for more information.
Special thanks to:
Thank you for using Angular Calculator! If you enjoyed it, consider giving a ⭐ on GitHub!