https://cheatsnake.github.io/NSConverter/
Converter of numbers to various number systems
https://cheatsnake.github.io/NSConverter/
binary number-system-converter number-systems vanila-js
Last synced: 19 days ago
JSON representation
Converter of numbers to various number systems
- Host: GitHub
- URL: https://cheatsnake.github.io/NSConverter/
- Owner: cheatsnake
- Created: 2021-08-12T11:53:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T18:35:00.000Z (over 3 years ago)
- Last Synced: 2024-08-03T01:25:58.735Z (9 months ago)
- Topics: binary, number-system-converter, number-systems, vanila-js
- Language: JavaScript
- Homepage: https://cheatsnake.github.io/NSConverter/
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- backend-cheats - online converter
README
# Number System Converter
[](https://cheatsnake.github.io/NSConverter)
A simple application for converting numbers from one number system to other number systems, in particular to binary (2), quaternary (4), octal (8), decimal (10) and hexadecimal (16). When you enter a number in one of the input fields, you will immediately get the result of translating this number in other systems.
## Features
- Web application available on any device.
- There are 5 number systems available.
- Simple interface and minimalistic design.
- Build on vanila JS.