/random-numbers-generator

Application for generating random phone numbers

Primary LanguageTypeScript

Phone numbers generator Coverage Status

Phone numbers generator is an application where anyone can generate and save random phone numbers.

Technology Stack

  • Angular A JavaScript framework for building high performance application.
  • Angular Material A material design framework for creating angular components with styles.
  • TypeScript A strict syntactical superset of JavaScript, and adds optional static typing to the language.

How it works

Invalid inputs

error-gen

Valid input

success-gen

Sorting and exporting result

sort-gen

Installation

  • Install Node js on your machine
  • Install Angular CLI on your machine
  • Clone the repository git clone https://github.com/johadi/random-numbers-generator.git
  • Change into the directory cd /random-numbers-generator
  • Install all required dependencies with npm install
  • Open a terminal and run npm run start to start the application.
  • Navigate to localhost:4200 on your browser to open the application

Testing

  • Run npm test

Want to Contribute ?

  • Fork the repository
  • Make your contributions
  • Make sure your work is well tested
  • Create Pull request against the development branch.

License

MIT