Merge pull request #5 from theoleuthardt/readme-update

feat: new tool ideas
This commit is contained in:
AurionTex 2025-02-14 15:10:10 +01:00 committed by GitHub
commit 6767782613
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,23 +6,24 @@ files, generate content, or using other handy digital utilities. This page is ma
## Tech-Stack ## Tech-Stack
- **Next.js**: React framework for server-side rendering and static websites. - **Next.js**: React framework for our frontend with server-side rendering and static content.
- **React**: JavaScript library for building user interfaces. - **React**: JavaScript library for building our user interfaces.
- **TypeScript**: Typed JavaScript superset for improved code quality. - **TypeScript**: Typed JavaScript superset for improved code quality.
- **Tailwind CSS**: Utility-first CSS framework for styling. - **Tailwind CSS**: Utility-first CSS framework for styling.
- **Docker**: Containerization platform for deployment. - **Fastify**: Low overhead NodeJS framework for our backend.
- **Docker**: Containerization platform for deploying frontend and backend.
## Implemented Tools ## Implemented Tools
- **File-To-PDF**: Convert files between different formats. - **doc-converter**: Convert documents between different formats.
- **IMG-To-PNG**: Convert images between different formats. - **img-converter**: Convert images between different formats.
- **RGB-To-HEX**: Convert colors between different formats. - **rgb-to-hex**: Convert colors between different formats.
- **Video-To-GIF**: Convert your video files to gifs. - **data-visualizer**: Visualize your data from table to chart.
- **QR Code Generator**: Generate QR codes for URLs, text, or other data. - **qr-code-generator**: Generate QR codes for URLs, text, or other data.
- **Password Generator**: Generate secure passwords. - **password-generator**: Generate secure passwords.
- **Background-Remover**: Remove backgrounds from your images. - **bg-remover**: Remove backgrounds from your images.
- **Word-Counter**: Count words of your documents. - **word-counter**: Count words of your documents.
- **Pomodoro Timer**: Use the Pomodoro technique to manage time. - **pomodoro-timer**: Use the Pomodoro technique to manage time.
## Installation ## Installation