Skip to content

seunkoko/random-number-generator

Repository files navigation

Build Status Coverage Status

Random Number Generator

This app generates unique random phone numbers with length of 10 digits (all starting with zero).

Note: For learning purposes, you can follow the commit history of this repo.

To view the app, visit RNG

Features


  • Generates at most 5000 unique random phone numbers (with 10 digits).
  • Uses file storage.
  • Operations that can be performed on the generated numbers include:
    • Getting the maximum or minimum phone number value generated.
    • Sorting through the numbers by IDs, ascending and descending order.

Authorization:

  • No authorization required.

Technologies Used


  • Bootstrap
  • React
  • Node.js

Installation


  • Clone the project repository.
  • Run the command below to clone:

git clone https://github.com/seunkoko/random-number-generator.git.

  • Change directory into the random-number-generator directory.
  • Install all necessary packages in the package.json file. Depending on if you are using yarn or npm, you can use the command below:

yarn install OR npm install

  • Run the command below to start the application locally:

yarn start

Contributing


  1. Fork this repository to your account.
  2. Clone your repository: git clone https://github.com/seunkoko/random-number-generator.git.
  3. Commit your changes: git commit -m "did something".
  4. Push to the remote branch: git push origin new-feature.
  5. Open a pull request.

Licence


ISC

Copyright (c) 2018 Oluwaseun Owonikoko

About

Generates random phone numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published