Initial commit: Tool Website with Password Generator, Image Converter and Bookmarks

This commit is contained in:
danielvici123
2025-05-16 00:40:51 +02:00
commit d478acc6e3
19 changed files with 4049 additions and 0 deletions

49
README.md Normal file
View File

@@ -0,0 +1,49 @@
# 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:
```bash
git clone https://github.com/yourusername/tool-website.git
```
2. Install dependencies:
```bash
cd tool-website
npm install
```
3. Run the development server:
```bash
npm run dev
```
4. Open [http://localhost:3000](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.