Skip to content

iamhenriquemachado/devutilities

Repository files navigation

DevUtilities

DevUtils Logo

A collection of essential tools to streamline your development workflow.

🔗 Available Tools

Tool Name Description Link
JSON Formatter Format and beautify your JSON data /tools/json-formatter
Base64 Encode/Decode Encode and decode Base64 data /tools/base64
URL Encode/Decode Convert URLs to a safe format /tools/url-encoder
UUID Generator Generate random UUIDs/GUIDs /tools/uuid-generator
YAML to JSON Convert YAML to JSON format /tools/yaml-to-json
Hash Generator Generate MD5, SHA-1, SHA-256 hashes /tools/hash-generator
Secure Password Generator Secure, random password generator with strong encryption /tools/secure-password
CSV to JSON Convert CSV data to JSON format /tools/csv-to-json
QRCode Generator Generate QR codes instantly from text, URLs, or data. /tools/qrcode
Text Case Conveter Trasnform your texts into different formats. /tools/text-case-converter

🚀 Getting Started

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/dev-utilz.git
    cd dev-utilz
  2. Install dependencies:
    npm install  # or yarn install

💻 Running the Server

To start the development server, run:

npm run dev  # or yarn dev

This will launch the application at http://localhost:3000.

For production build:

npm run build  # or yarn build
npm start  # or yarn start

🔮 Future Improvements

  • JWT Encoder/Decoder – Encode and decode JWT tokens.
  • Regex Tester – Test and validate regular expressions.
  • HTML to Markdown Converter – Convert HTML content into Markdown format.
  • Markdown Previewer – Live preview for Markdown files.
  • Text Case Converter – Convert text to uppercase, lowercase, camelCase, snake_case, etc.
  • IP Address Lookup – Get geolocation details of an IP address.
  • Timestamp Converter – Convert Unix timestamps to readable dates.
  • Unit Converter – Convert between metric and imperial units.
  • Color Picker & Converter – Convert HEX, RGB, and HSL color codes.
  • PDF to Text Extractor – Extract text from PDF files.

📜 License

This project is licensed under the MIT License.

📑 Changelog

For detailed information on all updates, improvements, and bug fixes, check the Changelog

🤝 Contributing

We welcome contributions from the community! 🚀 Whether it's fixing bugs, adding new features, or improving documentation, your help is appreciated.

  • Report Issues – If you find a bug or have a feature request, open an issue.
  • Submit Pull Requests – Fork the repository, make your changes, and submit a pull request.
  • Code Review – All contributions will be reviewed to ensure quality and maintainability before being merged.

About

DevUtilities is a collection of powerful, easy-to-use tools designed to streamline development workflows.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors