From b50102c22b1ab44ace0ab812850e5a2e36961caa Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Sun, 4 Jan 2026 02:35:23 -0500 Subject: [PATCH] Update available widgets section in readme --- README.md | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f453115..1ce3f4f 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,32 @@ ## Overview -Collection of useful conversions and widgets built as a pure Rust app on the [Dioxus framework](https://github.com/DioxusLabs/dioxus). - -The following widgets are now stable: - -- Number Base Converter -- Base64 Encoder/Decoder -- QR Code Generator -- Date/Timestamp Converter -- UUID Generator -- Hash Generator -- CIDR Decoder -- Color Picker +Collection of useful developer utilities built as a pure Rust app on the [Dioxus framework](https://github.com/DioxusLabs/dioxus). + +### Available Widgets + +#### Generators + +- UUID/GUID Generator - Generate unique identifiers +- QR Code Generator - Generate QR codes from text +- Hash Generator - Generate cryptographic hashes of strings +- Password Generator - Generate secure, customizable passwords +- Lorem Ipsum Generator - Generate placeholder text + +#### Converters + +- Number Base Converter - Convert between binary, octal, decimal, and hexadecimal +- JSON <> YAML Converter - Convert between JSON and YAML formats +- Date Converter - Convert dates between formats + +#### Encoders/Decoders + +- Base64 Encoder/Decoder - Encode and decode base64 strings +- CIDR Decoder - Decode CIDR notation to IP address range + +#### Media + +- Color Picker - Pick a color and get output in different formats ## Development Setup