Bin2Dec is an open source javascript vanilla web app that allow the user to convert binary numbers to decimal numbers and vice-versa! You can test it clicking here or open the lastest deployed version on https://eliasbiondo.github.io/bin2dec/.
Why? I've decided to create this app to practice my html, css and javascript skills. Seeing similar applications at the web, I've seen that few websites have a good design or interesting features how a history to save values on local storage for future consulting. I belive a powerful binary to decimal calculator could be useful many times.
- User can enter a variable number of binary digits
- User views the results in a single output field containing the decimal (base 10) equivalent of the binary number that was entered
- User can copy the output value by clicking a copy icon or button
- Web user can store its conversion history
- Mobile user can not store its conversion history
- The application must send success and failure notifications when copy and save conversions
- User can delete a conversion from its history
- User can share its conversion to another person
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project was developed with the following technologies:
You can see this website layout clicking here. You'll need a Figma account.
- Bonus features
Distributed under the MIT License. See LICENSE
for more information.
Elias Biondo |
Elias Biondo - contato@eliasbiondo.com
Feel free to suggest new features or make your own changes.
Coded with β€οΈ by Elias Biondo