A collection of useful digital tools for our web programming course at university.
Find a file
2025-02-28 11:47:55 +01:00
.github/workflows feat: debug print at nextjs container start 2025-02-28 11:47:55 +01:00
backend feat: debug prints at runtime in docker 2025-02-28 11:37:15 +01:00
frontend feat: debug print at nextjs container start 2025-02-28 11:47:55 +01:00
.env fix: nextjs only reads .env files when using NEXT_PUBLIC_ in front of variables + definition of right .env of root 2025-02-24 15:50:08 +01:00
.gitignore fix: configure docker compose and fastify cors with .env file for local and production environment 2025-02-24 13:39:07 +01:00
.prettierignore feat: prettier init with formatted code files 2025-02-07 14:02:04 +01:00
.prettierrc feat: prettier init with formatted code files 2025-02-07 14:02:04 +01:00
docker-compose.yaml fix: frontend and backend now get variables at build time not runtime 2025-02-28 11:29:44 +01:00
README.md final readme version 2025-02-20 23:34:06 +01:00

Werkzeugkiste

Werkzeugkiste is a website that offers a collection of useful digital tools and converters. This platform is designed to provide users with a simple and efficient way to handle various tasks, such as converting files, generate content, or using other handy digital utilities. This page is made by two persons and privacy-focused.

Tech-Stack

  • Next.js: React framework for our frontend with server-side rendering and static content.
  • React: JavaScript library for building our user interfaces.
  • TypeScript: Typed JavaScript superset for improved code quality.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • Fastify: Low overhead NodeJS framework for our backend.
  • Docker: Containerization platform for deploying frontend and backend.

Implemented Tools

  • doc-converter: Convert documents between different formats.
  • tmz-converter: Convert between different timezones.
  • rgb-to-hex: Convert colors between different formats.
  • qr-code-generator: Generate QR codes for URLs, text, or other data.
  • password-generator: Generate secure passwords.
  • regex-tester: Test and validate your regular expressions.
  • bg-remover: Remove backgrounds from your images.
  • word-counter: Count words of your documents.
  • video-to-audio: Upload a video and extract your audio.

Installation

To install and run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/theoleuthardt/werkzeugkiste.git
    cd werkzeugkiste
    
  2. Start the website with docker compose:

    docker compose up -d
    
  3. Open http://localhost:3000 in your browser to see the website.

Authors