A collection of interactive developer tools I've built for testing and experimentation


🌐 API Tester

Test REST API endpoints with different HTTP methods and view formatted responses.

✨ JSON Formatter & Validator

Format, validate, and beautify JSON data with syntax highlighting.

🔐 Base64 Encoder/Decoder

Encode and decode Base64 strings for API authentication and data transmission.

🧮 Subnet Calculator

Calculate network information, subnet masks, and IP ranges.

🔑 UUID Generator

Generate v4 UUIDs for database records, API keys, and unique identifiers.


About This Playground

This collection of tools demonstrates practical JavaScript development and API interaction patterns. All tools run client-side in your browser — no data is sent to external servers (except for the API Tester when you specify an endpoint).

Technologies Used:

  • Vanilla JavaScript (ES6+)
  • Fetch API for HTTP requests
  • Client-side data processing
  • Responsive CSS Grid layout

Planned Additions:

  • JWT Decoder & Validator
  • Hash Generator (MD5, SHA-256)
  • Regex Tester
  • Network Port Scanner (client-side)
  • Color Code Converter

Back to Home View Projects Contact Me