https://github.com/git-abby/angular-calc
A responsive Angular calculator for basic arithmetic, featuring real-time calculations, error handling, and mobile-friendly design.
https://github.com/git-abby/angular-calc
angular animation-css data-binding error-handling event-management responsive-design
Last synced: 4 months ago
JSON representation
A responsive Angular calculator for basic arithmetic, featuring real-time calculations, error handling, and mobile-friendly design.
- Host: GitHub
- URL: https://github.com/git-abby/angular-calc
- Owner: Git-abby
- Created: 2024-10-27T15:35:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T20:13:41.000Z (8 months ago)
- Last Synced: 2024-12-31T22:12:23.315Z (6 months ago)
- Topics: angular, animation-css, data-binding, error-handling, event-management, responsive-design
- Language: CSS
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐งฎ Angular Calculator
> A lightweight, responsive calculator built with Angular. Ideal for basic arithmetic operations and optimized for both desktop and mobile users.
 
---
## ๐ Features
- โ **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.---
## โ๏ธ Installation
Follow these steps to get a local copy up and running:
### Prerequisites
Make sure you have the following installed:
- **Node.js**: [Download](https://nodejs.org/)
- **Angular CLI**: Install globally by running:
```bash
npm install -g @angular/cli
```### Clone the Repository
```bash
git clone https://github.com/Git-abby/angular-calc.git
cd angular-calc
```### Install Dependencies
```bash
npm install
```---
## ๐ฅ๏ธ Usage
To start the application locally:
```bash
ng serve
```Then, open [http://localhost:4200](http://localhost:4200) to use the calculator.
---
## ๐ ๏ธ Technologies
- **Angular**: Application framework
- **Bootstrap**: For responsive styling---
## ๐ค Contributing
Contributions are welcome! Hereโs how you can help:
1. **Fork the Project**
2. **Create a Feature Branch** (`git checkout -b feature/AmazingFeature`)
3. **Commit Changes** (`git commit -m 'Add some AmazingFeature'`)
4. **Push to Branch** (`git push origin feature/AmazingFeature`)
5. **Open a Pull Request**Feel free to create issues for bug reports or feature requests!
---
## ๐ License
Distributed under the MIT License. See `LICENSE` for more information.
---
## ๐ Acknowledgements
Special thanks to:
- [Angular Documentation](https://angular.io/docs)
- [Bootstrap Documentation](https://getbootstrap.com/docs/5.0/getting-started/introduction/)---
Thank you for using **Angular Calculator**! If you enjoyed it, consider giving a โญ on GitHub!
 