Random Phone Number Generator is a ReactJS application that generates random phone numbers.
To be able to use the application locally, one should follow the guidelines highlighted below.
- Clone/download the application Github repository by running the command below in a git shell
git clone https://github.com/Sekams/random_phone_number_generator.git
-
Install the
yarn
package manager Guide -
Install the application requirements by running the code below at the root of the project directory:
yarn install
- After all the requirements are installed on the local machine, run the application by running the following command:
yarn start
- After successfully running the application, one can explore the features of the Random Phone Number Generator in any web browser of choice through the address provided in the terminal
- Random Generation of upto 10000 Phone Numbers
- Sorting (Ascending and Descending orders)
- Always accurate minimum and miximum numbers
- Saving of the generated numbers in text file
- Optimized for performance
To test the application, run the following command:
yarn test