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!
- 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.
To get started with the Exchange Tools project, follow these simple steps:
Make sure you have Node.js installed on your machine. You can check if you have it installed by running:
node -v
-
Clone the repository:
git clone https://github.com/abishekvenkat/DevExchange.git
-
Navigate to the project directory:
cd exchange-tools
-
Install the dependencies:
npm install
To start the development server, run:
npm run dev
Your application will be available at http://localhost:5665
(or the port you configured).
We welcome contributions! If you'd like to contribute to the Exchange Tools project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request.
⭐ if you liked it.
Feel free to reach out if you have any questions or suggestions. Happy coding! 😊