Inspiration

We are learning about binary conversion in our CS61 class

What it does

Converts binary to decimal, decimal to binary; binary to hex, hex to binary

How we built it

C++ on VS studio; github repository; git version control

Challenges we ran into

It was our first time doing a hackathon, working on our project, and using git. We also had problems with our g++ compiler.

Accomplishments that we're proud of

We figured out how to use git and got our program working

What we learned

About making a repository in git, copying & sharing, pushing & pulling. We learned alot more about binary conversion and algorithms.

What's next for Binary to Decimal

Add signed numbers and math functions such as subtraction. We could also create a frontend using node.js and react.

Built With

Share this project:

Updates