Skip to content

AltGophers/numbase

Repository files navigation

numbase

Numbase is a micro tool that seamlessly converts numbers between bases 2 - 16.

Features

  • Binary to Hexadecimal conversions
  • Two's complement conversion of negative decimal numbers to binary
  • Conversion of floating point numbers to base 10

Contributing

To start contributing, you should read our CODE_OF_CONDUCT and adhere to them in all your interactions within the project.

Next, read our
contribution guide.

Finally, join our
community on telegram.

Requires

To set up this project locally:

  • Ensure golang 1.18 or higher is installed.
  • Navigate to the base.go file and take note of the functions.
  • Run source code using:
  • go run . OR
  • go build, then run executable using ./numbase.
  • Navigate to your browser to test code.