mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 18:31:26 +00:00
22e01e75825b9af64fa80ca97669f50d6d064c3a
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
- Clone the repository:
git clone https://github.com/danielvici/tool-website.git
- Install dependencies:
cd tool-website
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
Development
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production servernpm 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
Languages
TypeScript
97%
JavaScript
2.6%
CSS
0.4%