fernandohg97 / number-system-converter

Web app to make conversions between different numerical systems

Home Page:https://fernandohg97.github.io/number-system-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number System Converter

alt

Web app to make conversions between different numerical systems.

The Project

I create this project to master my javascript skills and made a simpler and nicer UI design than others websites.

Is built with pure Javascript and has a simple structure.

I just finished the project implementing two numerical systems: Binary and Decimal.

The idea is to implement more numerical systems conversions by the dev community. So, if you want to help and contribute check the guide below.

Contributing

If you want to collaborate to this project you can do it considering these following points:

  • Help detecting bugs and proposing solutions or fixes.
  • Improving the source code.
  • Implementing new numerical systems conversions.

You can open an issue for any suggestion or comment.

To work on the project you have to:

  1. Fork this repository to your own Github account.
  2. Clone the repository to you local device.
  3. If you use VSCode, you can install Live Server plugin to test the website in realtime, if not you can only open the index.html file in the browser and watch your changes.
  4. Create a pull request to verify your changes.

About

Web app to make conversions between different numerical systems

https://fernandohg97.github.io/number-system-converter

License:MIT License


Languages

Language:JavaScript 45.2%Language:CSS 32.1%Language:HTML 22.7%