/DevExchange

Transforms your text and data, effortlessly

Primary LanguageTypeScript

DevExchange

Welcome to the DevExchange project! 🎉 This is a collection of handy tools designed to help you with various text and data transformations. Whether you need to format SQL queries, convert cases, or escape characters, we've got you covered!

Features

  • SQL Formatter: Format your SQL queries for better readability.
  • Case Converter: Convert text between different cases (upper, lower, camel, pascal, kebab, snake).
  • Character to ASCII Converter: Easily convert characters to their ASCII values.
  • Backslash Escape/Unescape: Escape or unescape special characters in your text.
  • HTML Entity Encoder/Decoder: Encode and decode HTML entities.
  • JWT Debugger: Decode and inspect JWT tokens.
  • URL Encoder/Decoder: Encode and decode URLs.
  • Base64 Text Converter: Convert text to and from Base64 encoding.
  • YAML/JSON Converter: Convert between YAML and JSON formats.
  • QR Code Generator: Generate QR codes from text.
  • Lorem Ipsum Generator: Generate placeholder text for your projects.
  • Number Base Converter: Convert numbers between different bases (binary, octal, decimal, hexadecimal).
  • Color Converter: Convert between RGB and HEX color formats.

Getting Started

To get started with the Exchange Tools project, follow these simple steps:

Prerequisites

Make sure you have Node.js installed on your machine. You can check if you have it installed by running:

node -v

Installation

  1. Clone the repository:

    git clone https://github.com/abishekvenkat/DevExchange.git
  2. Navigate to the project directory:

    cd exchange-tools
  3. Install the dependencies:

    npm install

Running the Development Server

To start the development server, run:

npm run dev

Your application will be available at http://localhost:5665 (or the port you configured).

Contributing

We welcome contributions! If you'd like to contribute to the Exchange Tools project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Create a pull request.

⭐ if you liked it.

ko-fi


Feel free to reach out if you have any questions or suggestions. Happy coding! 😊