Go to file
2024-10-10 12:36:15 +03:00
api/php Add php serialize tool 2024-08-20 22:00:04 +03:00
nginx/conf first commit 2023-11-10 16:00:27 +02:00
public Refactor menu 2023-11-10 16:46:05 +02:00
src Add home page tiles 2024-10-10 12:36:15 +03:00
.eslintrc.cjs Add docker rename volume tool 2024-09-28 15:16:10 +03:00
.gitignore first commit 2023-11-10 16:00:27 +02:00
bun.lockb Add htaccess generator tool 2024-10-03 15:34:25 +03:00
config.js.example first commit 2023-11-10 16:00:27 +02:00
Dockerfile first commit 2023-11-10 16:00:27 +02:00
index.html first commit 2023-11-10 16:00:27 +02:00
package.json Add htaccess generator tool 2024-10-03 15:34:25 +03:00
postcss.config.js first commit 2023-11-10 16:00:27 +02:00
README.md Add README 2024-10-03 15:48:37 +03:00
tailwind.config.js first commit 2023-11-10 16:00:27 +02:00
vite.config.js first commit 2023-11-10 16:00:27 +02:00

Random web tools

This project provides a collection of useful online tools for developers and anyone who needs to perform quick tasks.

Requirements

  • Node.js (v16 or higher)
  • Bun

Installation

git clone https://gitea.stuzer.link/stuzer05/random-web-tools.git
cd random-web-tools
bun install

Running the Project

bun run dev

Tool List

  • General:
    • Explain crontab
    • Table to Markdown table
    • Table to Mediawiki table
    • Dummy image generator
    • humans.txt generator
    • File base64 encode/decode
    • QR code generator
    • Unix timestamp converter
    • Sed generator
    • .htaccess generator
  • Strings:
    • Fix ru-en keyboard
    • String length
    • Sort lines
    • Convert to lower/upper case
    • Remove duplicate lines
    • Pad string
    • Numeronym (i18n)
    • Convert to NATO alphabet
    • URL encode/decode
    • URL query viewer
  • PHP:
    • String to PHP array
    • PHP array to JSON
    • PHP serialize
  • Docker:
    • Rename volume
  • GO:
    • JSON to Go struct
    • SQL tables to Go struct
  • JSON:
    • JSON minifier
    • JSON formatter
  • SQL:
    • SQL formatter
    • SQL split IN