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!
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
Color | Value |
---|---|
White | #F2F2F7 |
Grey | #AEAEB2 |
Blue | #007AFF |
Red | #FF2D55 |
Color | Value |
---|---|
White | #1C1C1E |
Grey | #636366 |
Blue | #0A84FF |
Red | #FF375F |
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.