🌐 Webseiten Projekte

Übersicht aller Webprojekte auf 192.168.178.71 (D:\arbeit\git)

πŸ“Š Technologie-Übersicht

Backend

  • PHP 8.1+ (mit PDO, Prepared Statements)
  • MySQL/MariaDB Datenbanken
  • .NET 8.0 / ASP.NET Core
  • C# Razor Pages
  • REST APIs (JSON)

Frontend

  • Vanilla JavaScript (ES6+)
  • jQuery (legacy)
  • Bootstrap 4/5
  • CSS3 mit Custom Properties
  • Mobile-First Design

Browser APIs

  • Geolocation API (GPS)
  • MediaDevices API (Kamera)
  • Canvas API (Bildverarbeitung)
  • Fetch API / AJAX

Externe Dienste

  • YouTube API (Video-Embed)
  • PayPal (Zahlungsabwicklung)
  • Google Analytics

πŸ“ Verzeichnisstruktur

D:\arbeit\git\
β”œβ”€β”€ geburtstagskanalweb/     # PHP 8.1+, MySQL, Modernisiert 2024
β”‚   β”œβ”€β”€ index.php
β”‚   β”œβ”€β”€ composer.json
β”‚   β”œβ”€β”€ inc/                  # Klassen & Includes
β”‚   β”œβ”€β”€ templates/            # Template-Dateien
β”‚   └── css/                  # Stylesheets
β”œβ”€β”€ hoerbuch_web/             # PHP, jQuery, Bootstrap 4
β”‚   β”œβ”€β”€ index.php
β”‚   β”œβ”€β”€ script.js
β”‚   β”œβ”€β”€ generate_audio.php
β”‚   └── config.php
β”œβ”€β”€ plaktewebapp/             # PHP, Vanilla JS, Mobile-First
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ script.js
β”‚   β”œβ”€β”€ style.css
β”‚   β”œβ”€β”€ upload.php
β”‚   └── config.php
β”œβ”€β”€ webseiten/                # (Nur Bilder - keine Code-Dateien)
β”‚   β”œβ”€β”€ logo.png
β”‚   └── Screenshot*.png
β”œβ”€β”€ WebApplication1/          # .NET 8.0, C#, Razor Pages
β”‚   β”œβ”€β”€ WebApplication1.sln
β”‚   └── WebApplication1/
β”‚       β”œβ”€β”€ Pages/
β”‚       β”œβ”€β”€ wwwroot/
β”‚       └── Program.cs
β”œβ”€β”€ webuineuhome/             # (EnthΓ€lt nur venv/)
β”œβ”€β”€ openwebui/                # OpenWebUI Projekt
β”œβ”€β”€ stable-diffusion-webui/   # Stable Diffusion WebUI
└── [weitere Projekte...]