Tool Website

A collection of useful web-based tools built with Next.js, TypeScript, and Tailwind CSS.

Features

  • Password Generator
  • Image Format Converter
  • Website Bookmarks
  • More tools coming soon!

Tech Stack

  • Next.js 14
  • TypeScript
  • Tailwind CSS
  • React
  • Sharp (for image processing)

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/tool-website.git
  1. Install dependencies:
cd tool-website
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Development

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm start - Start production server
  • npm run lint - Run ESLint

Privacy

All tools operate entirely in the browser. No data is sent to external servers (except for explicitly shared URLs in bookmarks). Your data remains on your device and is stored only in your browser's local storage.

Description
No description provided
Readme 969 KiB
Languages
TypeScript 97%
JavaScript 2.6%
CSS 0.4%