Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)

# 📖 Decimal Binary Converter


Desktop Version
Mobile Version


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

(back to top)

## 🚀 Live Demo

[Lucas Biography]( https://lucash2022.github.io/myBio/)

[Decimal Binary Converter](https://lucash2022.github.io/Binary-Decimal-Converter/)

(back to top)

## 💻 Getting Started

- 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.

(back to top)

### Prerequisites

In order to run this project you need:

-Google chrome

-Internet Explorer

-Any broswer

(back to top)

### 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.
--->

(back to top)

## 👤**Authors**

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/)

(back to top)

## 🔭 Future Features

- 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

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Lucash2022/Awesome_Book/issues/2).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

[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/)

(back to top)

## 📝 License

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._

(back to top)