Quantum-35 / randomPhoneNumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Random Phone Number generator.

Build Status Coverage Status

This is the front end part of a random number generation app of a telecommunication company. There a several edge cases covered. Like the maximum number of numbers generated is 10000, and one can sort the numbers.

Use the Procedure below to clone and run this project.

To run the app

1- Clone the Repository

2- Navigate to the root director of the project and type yarn install.

Use the scripts below to test the app.

Available Scripts

In the project directory, you can run:

npm 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 lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Link to heroku: https://random-number-ke.herokuapp.com/

About


Languages

Language:JavaScript 79.4%Language:CSS 12.1%Language:HTML 8.5%