Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 279 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 279 Bytes

Binary-Decimal Number Converter

  • The user can see the converted number as they type (bin <-> dec).
  • So no need to press "convert" every time.
  • User will be notified of invalid input.
  • Only valid input is accepted into the input fields.

Built Using:

  • Node.js
  • React.js