Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonCGroberg committed Oct 18, 2023
1 parent 5051d92 commit da37f74
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
# Base Convert
Web application that converts between binary, hexadecimal, decimal, and any other base

### [Live Website](https://joncgroberg.github.io/baseConvert)
## Live Website
https://joncgroberg.github.io/baseConvert

## Preview

<p align="center">
<img src="screenshots/main.png">
</p>

## Features

- Allows users to **convert** between different number bases
- binary
- hexadecimal
- decimal
- base2 -> base35
- **Animate** conversion icon while the conversion is being performed.
- **Toggle** between light and dark themes.

- Uses a separate module, `calculator.js`, to perform the base conversions by.
- **decode** the number
- **convert** to base 10
- **convert** to the destination base
- **encode** the result


## Tech

- Bootstrap
Expand Down

0 comments on commit da37f74

Please sign in to comment.