/Number-Generator

A random number generator written in angular

Primary LanguageTypeScript

Build Status Coverage Status

Number Generator

Genny is a project built using Angular to generate random phone numbers starting with a 0. The random numbers generated are sorted and displayed in increasing order and can be downloaded as a .txt file.

Installation

Clone this repo and install requirements using yarn install Start the server using ng serve and navigate to http://localhost:4200/.

Screenshots

First page before number generation

image

After number generation

image

Downloaded txt file of the numbers generated

image

Running unit tests

Run ng test to execute the unit tests via Karma.

Hosting

Find Genny on Github Pages