-
HTML Layout
- Create a basic layout
- Your layout should have to 2 input fields
- One input for the binary and the other to display conversion
-
CSS Styles
- Style according to your wish!
-
Interactivity
- Grab your DOM elements
- Create a function to handle the logic of converting from binary to decimal
- Add your event listeners
Bonus Feature
- Add a decimal to binary functionality too