/HexToDec

An app to convert from an hex ip to a decimal ip

Primary LanguageJavaScriptMIT LicenseMIT

HexToDec

license MIT License Say Thanks! Say Thanks! node React

Welcome to HexToDec.

We all know the problem, right? You are sitting there, and suddenly you see an IP address in a hexadecimal representation. Of course, you are smart, but calculating it by hand, would take a few minutes.

So here comes HexToDec!

An app which simple converts an IP address from a hexadecimal representation to a decimal representation.

Have fun!

Installation

Download the reposetory

git clone https://github.com/KurzGedanke/HexToDec && cd HexToDec

Install the depedencies

npm install

cd ios/

pod install

cd .. And run the app

react-native run-ios

Screenshot

v1

Colors

Light

Color Value
White #F2F2F7
Grey #AEAEB2
Blue #007AFF
Red #FF2D55

Dark

Color Value
White #1C1C1E
Grey #636366
Blue #0A84FF
Red #FF375F

Resources

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.