Student Information

Ewan Pedersen CS2210 10 • 03 • 2024


1. 13. Take a screenshot of the conversion of 100010100010 to decimal in your browser.

Screenshot


2. (+5%) Add some style! Include a stylesheet (CSS) that affects the appearance of the UI. Take a screenshot of your UI.

You can’t see it from the screenshot, but the glow follows your cursor as you hover over the card.

Screenshot


3. (+10%) Modify the to_decimal function to process floating point binary too. Take a screenshot of your code, and the conversation of 10.101 to decimal in your browser.

Screenshot

Screenshot


4. Codebases

app.py

Screenshot

binaryconverter.js

Screenshot

binaryconverter.html

Screenshot

It’s just a tad bit small!