Skip to content

This repo contains the source code of a React.js random number generator

Notifications You must be signed in to change notification settings

Sekams/random_phone_number_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Phone Number Generator

Build Status Test Coverage Maintainability

Random Phone Number Generator is a ReactJS application that generates random phone numbers.

Getting Started

To be able to use the application locally, one should follow the guidelines highlighted below.

  1. 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
  1. Install the yarn package manager Guide

  2. Install the application requirements by running the code below at the root of the project directory:

yarn install
  1. After all the requirements are installed on the local machine, run the application by running the following command:
yarn start
  1. 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

screen shot 2018-11-28 at 6 25 41 am

screen shot 2018-11-28 at 6 26 37 am

screen shot 2018-11-28 at 6 26 59 am

screen shot 2018-11-28 at 6 27 44 am

Features

  • 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

Testing

To test the application, run the following command:

yarn test

About

This repo contains the source code of a React.js random number generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published