Skip to content

A set of tools to help with daily coding tasks running locally in Blazor Assembly (none of your input data sent over the internet)...

License

Notifications You must be signed in to change notification settings

MrCull/MyDevTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyDevTools

A comprehensive collection of developer tools built with Blazor WebAssembly. All tools process data locally in your browser - no data is sent over the internet!

🌐 Live Version

Note: A Vue.js version is also available at mydevtools.org (GitHub)

🛠️ Features

  • 📋 JSON Formatter: Format and validate JSON with syntax highlighting
  • 🔀 Diff Checker: Compare and visualize differences between texts
  • 🗄️ SQL Formatter: Format SQL queries with syntax highlighting
  • 🔑 GUID Generator: Generate unique GUIDs/UUIDs
  • 🎲 Random Numbers: Generate random numbers with custom ranges
  • 🎨 Color Converter: Convert between color formats (HEX, RGB, HSL)
  • 🔒 Hash Generator: Generate secure hashes (MD5, SHA-1, SHA-256, etc.)
  • 🔗 URL Encoder/Decoder: Encode and decode URLs with proper character escaping
  • 📱 QR Code Generator: Create QR codes for any text or URL
  • 🌿 Branch Name Formatter: Format Git branch names according to conventions
  • ⏰ Cron Generator: Generate cron expressions with a visual interface
  • 🔐 JWT Decoder: Decode and validate JSON Web Tokens
  • 📦 Container IDs: Generate and manage container identifiers

🔒 Privacy & Security

  • All processing is done locally in your browser
  • No user input data is sent over the internet
  • No tracking or analytics
  • No data storage

🏗️ Technology Stack

🚀 Getting Started

  1. Clone the repository:
git clone https://github.com/MrCull/MyDevTools.git
cd MyDevTools
  1. Open the solution in Visual Studio
  2. Run the application

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📝 License

This project is licensed under the GPL-3.0 License - see the LICENSE.txt file for details.

About

A set of tools to help with daily coding tasks running locally in Blazor Assembly (none of your input data sent over the internet)...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published