{"id":18939260,"url":"https://github.com/git-abby/angular-calc","last_synced_at":"2026-05-18T02:34:47.715Z","repository":{"id":259739292,"uuid":"879316189","full_name":"Git-abby/angular-calc","owner":"Git-abby","description":"A responsive Angular calculator for basic arithmetic, featuring real-time calculations, error handling, and mobile-friendly design.","archived":false,"fork":false,"pushed_at":"2024-10-27T20:13:41.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T19:56:43.620Z","etag":null,"topics":["angular","animation-css","data-binding","error-handling","event-management","responsive-design"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Git-abby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-27T15:35:02.000Z","updated_at":"2024-10-27T20:16:13.000Z","dependencies_parsed_at":"2024-10-27T18:26:50.570Z","dependency_job_id":"ddfe81b2-a782-464e-a404-6423b4a6b27f","html_url":"https://github.com/Git-abby/angular-calc","commit_stats":null,"previous_names":["git-abby/angular-calc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Git-abby/angular-calc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Fangular-calc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Fangular-calc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Fangular-calc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Fangular-calc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Git-abby","download_url":"https://codeload.github.com/Git-abby/angular-calc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Git-abby%2Fangular-calc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","animation-css","data-binding","error-handling","event-management","responsive-design"],"created_at":"2024-11-08T12:16:56.786Z","updated_at":"2026-05-18T02:34:47.699Z","avatar_url":"https://github.com/Git-abby.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🧮 Angular Calculator\n\n\u003e A lightweight, responsive calculator built with Angular. Ideal for basic arithmetic operations and optimized for both desktop and mobile users.\n\n![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)\n\n---\n\n## 🚀 Features\n- ✅ **Basic Arithmetic**: Addition, Subtraction, Multiplication, Division.\n- 📱 **Responsive Design**: Works smoothly on both desktop and mobile.\n- 🔄 **Real-time Calculation Display**: Instant results without reloading.\n- 🛠️ **Error Handling**: Friendly messages for invalid operations.\n\n---\n\n\n## ⚙️ Installation\n\nFollow these steps to get a local copy up and running:\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- **Node.js**: [Download](https://nodejs.org/)\n- **Angular CLI**: Install globally by running:\n  ```bash\n  npm install -g @angular/cli\n  ```\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/Git-abby/angular-calc.git\ncd angular-calc\n```\n\n### Install Dependencies\n\n```bash\nnpm install\n```\n\n---\n\n## 🖥️ Usage\n\nTo start the application locally:\n\n```bash\nng serve\n```\n\nThen, open [http://localhost:4200](http://localhost:4200) to use the calculator.\n\n---\n\n## 🛠️ Technologies\n\n- **Angular**: Application framework\n- **Bootstrap**: For responsive styling\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Here’s how you can help:\n\n1. **Fork the Project**\n2. **Create a Feature Branch** (`git checkout -b feature/AmazingFeature`)\n3. **Commit Changes** (`git commit -m 'Add some AmazingFeature'`)\n4. **Push to Branch** (`git push origin feature/AmazingFeature`)\n5. **Open a Pull Request**\n\nFeel free to create issues for bug reports or feature requests!\n\n---\n\n## 📜 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n---\n\n## 🌟 Acknowledgements\n\nSpecial thanks to:\n\n- [Angular Documentation](https://angular.io/docs)\n- [Bootstrap Documentation](https://getbootstrap.com/docs/5.0/getting-started/introduction/)\n\n---\n\nThank you for using **Angular Calculator**! If you enjoyed it, consider giving a ⭐ on GitHub!\n\n![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)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-abby%2Fangular-calc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-abby%2Fangular-calc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-abby%2Fangular-calc/lists"}