Skip to content

Lucas-Erkana/Binary-Decimal-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


📗 Table of Contents

📖 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

Decimal Binary 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

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

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

Font Awesome

Icons8

Google Fonts

Bootsrtap

Luxon

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)

About

Create a decimal binary converter using HTML, CSS and Javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published