It is an application that generates random phone numbers. The length of the generated numbers are 10 digits and unique.
- 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
- React
- Clone the repo
> $ git clone https://github.com/Annmary12/random-phone-number-generator.git
- Install dependencies by running
> $ npm install
To get the app up and running (and really see if it worked), run:
> $ npm start
- To run the tests
> $ npm test