mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 19:41:26 +00:00
50 lines
1016 B
Markdown
50 lines
1016 B
Markdown
# 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/danielvici/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.
|