Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.3 KB

File metadata and controls

34 lines (27 loc) · 1.3 KB

🛠️ Digital Toolkit

A lightweight, privacy-focused suite of web utilities that run entirely in your browser. No data is ever uploaded to a server.

View Live Demo


🚀 Key Features

  • QR Code Generator – Create instant QR codes for links or text.
  • Image Transformer – Convert and compress images (JPG, PNG, WebP) locally.
  • Unit Converters – Quick tools for common measurement swaps.
  • Developer Friendly – Clean UI built with Montserrat and Outfit typography.

📦 Tech Stack

Technology Usage
HTML5/CSS3 Layout and dark-mode styling
JavaScript All logic and file processing
QRCode.js QR generation engine
Google Fonts Modern typography

🛠️ Installation & Local Use

Since this is a client-side tool, you don't need a server:

  1. Clone the repo: git clone https://github.com/secondlifemotion/html-toolkit.git
  2. Open index.html in any browser.

🤝 Contributing

Feel free to fork this project and add your own mini-tools!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewTool)
  3. Commit your Changes (git commit -m 'Add some NewTool')
  4. Push to the Branch (git push origin feature/NewTool)
  5. Open a Pull Request