DontDoThat21 / Angular18Calculator

Angular 18 TypeScript front-end consuming .NET 8 Core API back-end for calculator functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 18 Calculator App

This project was created with Angular CLI version 18.0.4.

This Angular 18 Calculator App is a simple web application utilizing .NET Core 8 API for the calculations. It allows users to perform basic arithmetic calculations (addition, subtraction, multiplication, division) on two numbers within the range of -1000 to 1000. The application includes error handling for invalid inputs and real-time calculation updates. Client-side and server-side input validation are included.

For the C#.NET Core 8 API, see: https://github.com/DontDoThat21/Calculator.WebAPI.NET-Core

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

About

Angular 18 TypeScript front-end consuming .NET 8 Core API back-end for calculator functionality.


Languages

Language:TypeScript 52.4%Language:HTML 38.9%Language:CSS 7.9%Language:JavaScript 0.8%