Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.23 KB

Build Status Coverage Status

Random Phone Number Generator

It is an application that generates random phone numbers. The length of the generated numbers are 10 digits and unique.

Hosted Link

Random Number Generator

Features

  • Generates random unique numbers between 1 - 100
  • Sorts numbers by ascending order
  • Sorts numbers by descending order
  • Download generated numbers
  • View the total number generated
  • View the Minimun and Maximun generated numbers

Technology Stack Used

  • React

Setup

  • Clone the repo
> $ git clone https://github.com/Annmary12/random-phone-number-generator.git
  • Install dependencies by running
> $ npm install

Running the app

To get the app up and running (and really see if it worked), run:

> $ npm start

Running the tests

  • To run the tests
> $ npm test