missating / random-phone-number-generator

A Random Phone Number Generator

Home Page:https://random-pn-generator.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

Random Phone Number Generator

Introduction

Random Phone Number Generator is an application that enables the generating of random, unique phone numbers. You can view the Live app here

Table of Content

Features

  • User can generate between 1 - 5000 phone numbers
  • User can download the generated phone numbers in .txt format
  • User can sort phone numbers generated in ascending or descending order
  • User can get the maximum and minimum generated phone numbers

Technologies

  • ReactJS
  • Redux

Getting Started

  • Before cloning the repo, make sure you have Node and Yarn installed on your local machine
  • Clone the repo to your local machine
> $ git clone https://github.com/missating/random-phone-number-generator.git
  • Change directory into the root of the project
> $ cd random-phone-number-generator
  • Install all needed dependencies by running
> $ yarn install
  • To start the application, run
> $ yarn start

Testing

  • In the root of the project directoty run
> $ yarn test

About

A Random Phone Number Generator

https://random-pn-generator.herokuapp.com/


Languages

Language:JavaScript 84.4%Language:HTML 9.3%Language:CSS 6.2%