Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⚡️
- Host: GitHub
- URL: https://github.com/geauxweisbeck4/recursive-decimal-to-binary-converter
- Owner: GeauxWeisbeck4
- Created: 2024-04-10T16:40:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T16:42:25.000Z (7 months ago)
- Last Synced: 2024-04-13T15:53:27.028Z (7 months ago)
- Language: JavaScript
- Homepage: https://stackblitz.com/edit/recursive-decimal-to-binary-converter
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)