LucaScorpion / toolzone.dev

A collection of browser-based tools and utilities.

Home Page:https://toolzone.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toolzone.dev

Deploy to GitHub Pages

A collection of browser-based utilities. Everything runs client-side in the browser, so no data is ever sent to a server.

Available Tools

  • Base64 decode & encode
  • Caesar cipher (ROT13)
  • Hash (SHA variants)
  • JSON minify & pretty print
  • Morse decode & encode
  • Percent (URL) decode & encode
  • Temperature conversion
  • UUID (v4) generator

Development

Requirements:

  • Yarn
  • Node.js 16

Quick Start

# Install all dependencies.
yarn

# Run the app.
yarn start

# Format the code.
yarn format

The app will run on http://localhost:3000.

About

A collection of browser-based tools and utilities.

https://toolzone.dev

License:MIT License


Languages

Language:TypeScript 82.4%Language:SCSS 13.1%Language:HTML 4.4%