Developer Utils is a collection of essential tools for web developers. This project offers a range of utilities such as URL encoding/decoding, HTML encoding/decoding, text transformations (uppercase, lowercase), and more.
You can try out the live version of the app here: Developer Utils Live
- HTML Encode / Decode: Easily convert special characters to HTML entities or decode them back to their original form.
 - XML Encode / Decode: Encode or decode XML data for secure processing or display.
 - URL Encode / Decode: Convert text into a valid URL format or decode URL-encoded data.
 - Password Generator: Create strong, secure passwords with customizable options for length and complexity.
 - String Manipulation: Perform transformations like changing the case of strings (uppercase/lowercase).
 - SQL Formatter: Automatically format SQL queries for better readability and maintenance.
 - CSV to SQL: Convert CSV data into SQL 
INSERTstatements for easy database population. - And More: Additional utilities will be added to enhance productivity for web developers.
 
To get a local copy up and running, follow these simple steps:
Make sure you have Node.js 18 or 20 installed on your machine.
- 
Clone the repository:
git clone https://github.com/kumaravel95/developer-utils.git
 - 
Navigate to the project directory:
cd developer-utils - 
Install dependencies:
npm install
 - 
Start the development server:
npm run dev
The app will be running at http://localhost:5173
 - 
To create a production version of your app:
npm run build
 
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
 - Create your Feature Branch (git checkout -b feature/AmazingFeature)
 - Commit your Changes (git commit -m 'Add some AmazingFeature')
 - Push to the Branch (git push origin feature/AmazingFeature)
 - Open a Pull Request
 
Distributed under the MIT License. See LICENSE for more information.
- Inspired by the need for quick and accessible web development tools.
 - Special thanks to the open-source community for continuous inspiration.