Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hariclerry/phonenumber-generator-app
Passion project
https://github.com/hariclerry/phonenumber-generator-app
css3 javascript reactjs
Last synced: 1 day ago
JSON representation
Passion project
- Host: GitHub
- URL: https://github.com/hariclerry/phonenumber-generator-app
- Owner: hariclerry
- Created: 2019-06-10T19:14:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:37:23.000Z (about 2 years ago)
- Last Synced: 2023-03-04T09:13:02.094Z (almost 2 years ago)
- Topics: css3, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/hariclerry/phoneNumber-generator-app.svg?branch=master)](https://travis-ci.org/hariclerry/phoneNumber-generator-app)
[![Coverage Status](https://coveralls.io/repos/github/hariclerry/phoneNumber-generator-app/badge.svg)](https://coveralls.io/github/hariclerry/phoneNumber-generator-app)## Phone Number Generator APP
Phone Number Generator APP is a phone number generator app that generates phone number automatically producing unique numbers.### FEATURES
With Phone Number Generator APP you can:
* Create a user account
* Login into the user account
* Generate phone numbers
* View a list of all generated phone numbers
* Download the generated phone numbers
* View total number of generated phone numbers
* Sort generated phone numbers in ascending and descending orders### Requirements
* Node v10.0.0
* React.js framework### Installation
1. Clone the repository
2. Install dependencies
```npm install```3. Run app
```npm start```4. To build the app
```npm run build```5. Testing
* In order to test the application you can run the command
```npm run test```### Checkout the live app on heroku
Heroku link: https://phone-number-generator-app.herokuapp.com