Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 26 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down