Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Open source project to convert numbers between different formats such as hex, binary, roman numerals etc

License

Notifications You must be signed in to change notification settings

mrbrianevans/number-format-converter

Repository files navigation

Number format converter

Open source project to convert numbers between different formats.

Tech summary

Backend: nodeJS , firebase-functions

Frontent: ReactJS

Formats

  • binary
  • octal
  • decimal
  • hexadecimal
  • duodecimal (base 12)
  • base 64
  • roman numerals
  • english words

Project directory structure

  • frontend
    • src
    • build
  • functions
    • src
    • lib

build and lib are the only folders uploaded to firebase.

Successful PR's or merges to the repo should automatically deploy to Firebase hosting (frontend only)

About

Open source project to convert numbers between different formats such as hex, binary, roman numerals etc

Topics

Resources

License

Stars

Watchers

Forks