Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/git-abby/angular-calc
https://github.com/git-abby/angular-calc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/git-abby/angular-calc
- Owner: Git-abby
- Created: 2024-10-27T15:35:02.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T17:54:45.000Z (about 2 months ago)
- Last Synced: 2024-10-27T18:19:56.877Z (about 2 months ago)
- Language: CSS
- Size: 121 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.
![GitHub Repo stars](https://img.shields.io/github/stars/Git-abby/angular-calc?style=social) ![GitHub forks](https://img.shields.io/github/forks/Git-abby/angular-calc?style=social)
---
## ๐ 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!
![GitHub repo size](https://img.shields.io/github/repo-size/Git-abby/angular-calc?color=brightgreen) ![GitHub last commit](https://img.shields.io/github/last-commit/Git-abby/angular-calc)