Skip to content

Number Conversion provides functions to convert a number from one base to another. This also includes a Birthday Guessing Game based on binary.

License

Notifications You must be signed in to change notification settings

rayeesrather99/Number-Conversion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Majic Cards: Birthday Guessing Game

It simply works by turning ON the bits of the 5 digit binary number "00000" in which the number exists. Card number represents the bit position from LHS (LSB is at position 0).

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

About

Number Conversion provides functions to convert a number from one base to another. This also includes a Birthday Guessing Game based on binary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.3%
  • HTML 16.9%
  • CSS 8.8%