/binary

Primary LanguageJavaScript

Number Translator

Enter a number in one base, translate it into another, 06.08.2016

By Charles Ewel and Brett New

Description

This webpage will allow the user to enter a number in binary, trinary or hex, and will return the phrase translated into decimal

Specs: -Program should translate a binary number into decimal -Sample input: "1100101" -Sample output: "101" -Program should translate a trinary number into decimal -Sample input: "21" -Sample output: "7" -Changed UI such that there were 3 buttons and one text field -Sample Input: Clicks either binary/trinary or hex -Sample Output: Outputs corresponding translation -Program translate a hex number into decimal -Sample input: "b5" -Sample output: "181

Setup/Installation Requirements

  • Clone repository from GitHub
  • Open HTML file in browser
  • Enter a phrase

Known Bugs

No known bugs

Support and contact details

Please no contact.

Technologies Used

HTML CSS Bootstrap Javascript jQuery

License

Licensed under MIT license.

Copyright (c) 2016 Charles Ewel and Brett New