Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geauxweisbeck4/recursive-decimal-to-binary-converter

Created with StackBlitz ⚡️
https://github.com/geauxweisbeck4/recursive-decimal-to-binary-converter

Last synced: 3 days ago
JSON representation

Created with StackBlitz ⚡️

Awesome Lists containing this project

README

        

# Recursive Decimal to Binary Converter

A decimal to binary number converter created with the freeCodeCamp.org JavaScript Data Structures and Algorithms challenge.

Put in any decimal number and get its binary counterpart returned once you click convert. There's an especially cool little animation for you too when you enter 5 and click convert - you get an animation showing how a recursive program would work in this application!

[Edit in StackBlitz next generation editor ⚡️](https://stackblitz.com/~/github.com/GeauxWeisbeck4/recursive-decimal-to-binary-converter)