Skip to content

d-beloved/phonenum-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Coverage Build Status

Random Phone Number Generator

The app is hosted here

A simple app that generates random phone numbers, 10 digits and all starting with 0.

Available features

  • Specify the limit of phone numbers to be generated between 1 and 10,000
  • Generate the phone numbers
  • Sort the phone numbers in ascending and descending order
  • View the maximum and the minimum number generated
  • Download phone numbers into a .csv file

Technologies Used

  • ReactJS - Declarative Single-Page UI components
  • Jest - Testing
  • Chai - Testing

Installation

  1. Install node, version 8 or greater

  2. Set up and run the API codebase locally

  3. Clone this repository

    git clone https://github.com/d-beloved/phonenum-generator.git
    
  4. Navigate to the project directory

    cd ~/path/to/phonenum-generator
    
  5. Install all dependencies

    yarn install or npm install
    
  6. Start the app

    yarn run dev or npm run dev
    

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn run build

Builds the app for production to the build folder. It correctly bundles the app in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

About

A random phone generator app , built with Reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published