what's intdec?
intdec is a web-based tool that lets users input their favorite number and get detailed information about it
planned features
- integer info summary (isPrime, binaryForm, etc.)
- terminal-style UI where users can type in commands
- fake boot screen
- system conversion subpage
how it works
the core logic is written in JavaScript. For now only the IntDecomposer class is finished. It exposes methods like getRomanNumeral(), isPrime, etc. Currently the plan is to host the website on GitHub Pages and maybe on some other hosting in the future too
why?
I want to make intdec for my osakasync dev project, where I make different stuff (osaker-001 currently) to try to learn good programming practices. I'm trying a full dev pipeline here:
- build something fun
- write about it
- ask for feedback on dev forums
- refactor based on that feedback
- write a follow-up
- make a video breaking it down
what's next?
I'm going to finish this project, get the feedback, and refactor it using that feedback. After I'm done I will write another blog post talking about what I learned and make a YouTube video talking about the structure and my experiences in hopes of helping others and myself learn.
>> github repo>> live site