Inspiration
Already having a basic understanding of programming and wanting to supplement my education, I was a inspired to create something based on the first few classes of my programming principles class. I realized that this was something I was capable of making entirely from scratch so I set out to do so.
What it does
Web application that converts between binary, hexadecimal, decimal, and any other base using my base convert utility
The base conversion utility provides a set of functions that allow for seamless conversion between different number systems. The code is written in JavaScript and demonstrates proficiency in algorithmic thinking and manipulation of arrays. The utility can be easily integrated into other projects requiring base conversion functionality.
Demonstrating the algorithmic process as a way of teaching how conversion between base systems work for those new to computer science
Log in or sign up for Devpost to join the conversation.