Skip to content

🎯 bin2dec β€” javascript vanilla binary to decimal calculator

Notifications You must be signed in to change notification settings

eliasbiondo/bin2dec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

bin2dec logo

bin2dec app mockup

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 stories

  • 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

🎁 Bonus features

  • User can delete a conversion from its history
  • User can share its conversion to another person

✨ Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸš€ Technologies

This project was developed with the following technologies:

πŸ“Œ Layout

You can see this website layout clicking here. You'll need a Figma account.

⏳ Pending Improvements

  • Bonus features

🏑 License

Distributed under the MIT License. See LICENSE for more information.

Collaborators

Elias Biondo profile image
Elias Biondo

πŸ“¬ Contact me

Elias Biondo - contato@eliasbiondo.com

πŸ’¬ Any suggestions?

Feel free to suggest new features or make your own changes.


Coded with ❀️ by Elias Biondo