An open API service indexing awesome lists of open source software.

https://github.com/nathaliacosim/validator-ip-reactjs

Simple IP Validator ReactJS
https://github.com/nathaliacosim/validator-ip-reactjs

Last synced: 2 months ago
JSON representation

Simple IP Validator ReactJS

Awesome Lists containing this project

README

        

## Simple IP Validator ReactJS

This app was developed for validate an IP. The validator presents its respective class, masks, broadcast address, among others.

Was used react js for creating this web-app.

## Front-App
![screen](https://user-images.githubusercontent.com/26313761/65974563-1f3ff780-e43b-11e9-951d-1a6d23328414.png)

## Run App:
- In terminal type:
```javascript
> npm install
> yarn start
```