/Angular_Simple-Calculator

Simple calculator app that add two numbers and get average of list of number. (With validations)

Primary LanguageTypeScript

Simple Calculator

Objective

This repository was created for the sake of accomplishing a task of playing with Angular.

This is my first angular app, more to come soon inshallah.

Architecture

I used layering architecture in the Application (Componenets & Services)

Testing

The application is fully tested using Karma.

Technologies

  • Angular
  • Karma

Functions

  • Adding two numbers.
  • Getting an average for the list of numbers.

Deployment

You can check the app running on: https://calculator-rabie-frontend.web.app/

Development server (Locally)

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

Running unit tests

Run ng test to execute the unit tests via Karma.