Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 591 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 591 Bytes

Number-Conversion

As the name indicates it simply converts a number from one base to another.

Available Conversions

  • Binary to Decimal
  • Binary to Octal
  • Binary to Hexadecimal
  • Octal to Binary
  • Octal to Decimal
  • Octal to Hexadecimal
  • Decimal to Binary
  • Decimal to Octal
  • Decimal to Hexadecimal
  • Hexadecimal to Binary
  • Hexadecimal to Octal
  • Hexadecimal to Decimal

Info

  • A simple mini project for Thehacktrical2, hackathon by MLH.
  • Getting started to participate in hackathons.
  • Learn by building.
  • "No matter how simple - build and get started!" - Alvin