A React application created with create-react-adam.
We will be making a desktop version that has more things in it, but for now we will focus on the web version.
Desktop Only Things to Add:
- Brute Force URL Fuzzer
Future Things:
- Unix Time Converter
- JSON Format/Validate
- Base64 String Encode/Decode
- Base64 Image Encode/Decode
- JWT Debugger
- RegExp Tester
- URL Encode/Decode
- URL Parser
- HTML Entity Encode/Decode
- Backslash Escape/Unescape
- UUID/ULID Generate/Decode
- HTML Preview
- Text Diff Checker
- YAML to JSON
- JSON to YAML
- Number Base Converter
- HTML Beautify/Minify
- CSS Beautify/Minify
- JS Beautify/Minify
- ERB Beautify/Minify
- LESS Beautify/Minify
- SCSS Beautify/Minify
- XML Beautify/Minify
- Lorem Ipsum Generator
- QR Code Reader/Generator
- String Inspector
- JSON to CSV
- CSV to JSON
- Hash Generator
- HTML to JSX
- Markdown Preview
- Cron Job Parser
- Color Converter
- PHP to JSON
- JSON to PHP
- PHP Serializer
- PHP Unserializer
- Random String Generator
- SVG to CSS
- cURL to Code
- JSON to Code
- Certificate Decoder (X.509)
- Hex to ASCII
- ASCII to Hex
- Line Sort/Dedupe
npm run devThis will start the development server at http://localhost:5173.
Runs basic troubleshooting checks:
- Installs dependencies
- Checks if Vite dev server is running
- Provides helpful diagnostic information
Starts the development server with hot module replacement.
Builds the app for production. The build artifacts will be stored in the dist/ directory.
Previews the production build locally.
Runs ESLint to check for code quality issues.
Formats all files with Prettier, organizing imports and sorting Tailwind classes.