Loading repository data…
Loading repository data…
codewithmoses / repository
This project is a beginner-friendly tool designed to help users convert decimal numbers (base 10) into binary numbers (base 2) and vice versa. Built using HTML, Tailwind CSS, DaisyUI, Font Awesome, and Google Fonts, this project serves as an educational resource for understanding basic number system conversions and practicing front-end web dev
This project is a beginner-friendly tool designed to help users convert decimal numbers (base 10) into binary numbers (base 2) and vice versa. Built using HTML, Tailwind CSS, DaisyUI, Font Awesome, and Google Fonts, this project serves as an educational resource for understanding basic number system conversions and practicing front-end web development.
The main interface consists of two input fields:
If the user enters an invalid binary number (a number containing digits other than 0 and 1), an error message with an informative icon is displayed.
The footer contains a dynamically generated copyright notice that automatically updates with the current year.
git clone https://github.com/codewithmoses/Binary-Converter-Beginner-Project.git