Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas-erkana/binary-decimal-converter
Create a decimal binary converter using HTML, CSS and Javascript.
https://github.com/lucas-erkana/binary-decimal-converter
css css3 html javascript
Last synced: 5 days ago
JSON representation
Create a decimal binary converter using HTML, CSS and Javascript.
- Host: GitHub
- URL: https://github.com/lucas-erkana/binary-decimal-converter
- Owner: Lucas-Erkana
- Created: 2022-12-01T19:30:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T08:25:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T09:49:34.292Z (about 1 month ago)
- Topics: css, css3, html, javascript
- Language: HTML
- Homepage: https://lucash2022.github.io/Binary-Decimal-Converter/
- Size: 603 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
Desktop Version
Mobile Version
** Decimal Binary Converter** is a simple website that converts a decimal value to binary and viceversa. It will diplay an erro message if the user enters an invalid binary value
Binary is the number system all digital computers are based on. Therefore it's important for developers to understand binary, or base 2, mathematics. The purpose of Bin2Dec is to provide practice and understanding of how binary calculations.
-Bin2Dec allows the user to enter strings of up to 8 binary digits, 0's and 1's, in any sequence and then displays its decimal equivalent.
-This challenge requires that the developer implementing it follow these constraints:
-Arrays may not be used to contain the binary digits entered by the user
-Determining the decimal equivalent of a particular binary digit in the sequence must be calculated using a single mathematical function, for example the natural logarithm. It's up to you to figure out which function to use.## 🛠 Built With
HTML
CSS
Javascript[Lucas Biography]( https://lucash2022.github.io/myBio/)
[Decimal Binary Converter](https://lucash2022.github.io/Binary-Decimal-Converter/)
- Create a local directory that you want to clone the repository.
- Open the command prompt in the created directory.
- On the terminal run this command git clone https://github.com/Lucash2022/Binary-Decimal-Converter.git
- Go to the repository folder using command prompt cd Awesome_Book.
- Install the dev dependencies for linters run npm install.
### Prerequisites
In order to run this project you need:
-Google chrome
-Internet Explorer
-Any broswer
### Setup
Clone this repository to your desired folder:
- Open the command prompt in the created directory.
- On the terminal run this command git clone https://github.com/Lucash2022/myBio.git
- Go to the repository folder using command prompt cd LucasErkanaPortfolio_Website.
- Install the dev dependencies for linters run npm install.
--->Lucas Erkana
- GitHub: [@githubhandle](https://github.com/Lucash2022)
- Twitter: [@twitterhandle](https://twitter.com/@Lucas_David_22)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/lucas-erkana-b30a0b3b/)- Implement some UX improvements: add a home page, include transitions and/or animation
- Implement additional pages, which will allow the user to Register
- Implement additional pages, which will allow the user to Login
- Implement binary to Hexadecimal conversion
- Implement Binary to Octal conversionn
- Implement Decimal to Hexadecimal conversion
- Implement Decimal to Octal conversion
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Lucash2022/Awesome_Book/issues/2).
Give a ⭐️ if you like this project!
[Font Awesome](https://fontawesome.com/search?q=book&o=r)
[Icons8](https://icons8.com/icons/set/books)
[Google Fonts](https://developers.google.com/fonts)
[Bootsrtap](https://getbootstrap.com/docs/5.1/getting-started/introduction/)
[Luxon](https://imdac.github.io/modules/js/luxon/)
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._