Skip to content

A responsive Angular calculator for basic arithmetic, featuring real-time calculations, error handling, and mobile-friendly design.

Notifications You must be signed in to change notification settings

Git-abby/angular-calc

Repository files navigation

🧮 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 GitHub forks


🚀 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
  • Angular CLI: Install globally by running:
    npm install -g @angular/cli

Clone the Repository

git clone https://github.com/Git-abby/angular-calc.git
cd angular-calc

Install Dependencies

npm install

🖥️ Usage

To start the application locally:

ng serve

Then, open 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:


Thank you for using Angular Calculator! If you enjoyed it, consider giving a ⭐ on GitHub!

GitHub repo size GitHub last commit

About

A responsive Angular calculator for basic arithmetic, featuring real-time calculations, error handling, and mobile-friendly design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published