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
- 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,ascendinganddescendingorder.
- No authorization required.
- Bootstrap
- React
- Node.js
- 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
yarnornpm, you can use the command below:
yarn install OR npm install
- Run the command below to start the application locally:
yarn start
- Fork this repository to your account.
- Clone your repository: git clone https://github.com/seunkoko/random-number-generator.git.
- Commit your changes: git commit -m "did something".
- Push to the remote branch: git push origin new-feature.
- Open a pull request.
ISC
Copyright (c) 2018 Oluwaseun Owonikoko