Add README.md
This commit is contained in:
parent
4b823eb644
commit
0189192984
1 changed files with 42 additions and 0 deletions
42
README.de
Normal file
42
README.de
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# EIS Projekt – Entwicklung interaktiver Softwareanwendungen
|
||||
|
||||
Ein interaktives Lernprojekt im Rahmen der Lehrveranstaltung „Entwicklung interaktiver Softwareanwendungen" an der **PH Weingarten**.
|
||||
|
||||
🌐 [https://isa4.edumake.de](https://isa4.edumake.de/index.html)
|
||||
|
||||
---
|
||||
|
||||
## Inhalt
|
||||
|
||||
| Datei | Beschreibung |
|
||||
|-------|--------------|
|
||||
| `index.html` | Startseite mit Projektübersicht |
|
||||
| `eis_projekt.html` | Tech-Stack, Features und Lernziele |
|
||||
| `team.html` | Teamvorstellung und Fetch-API-Demo |
|
||||
| `ueber_uns.html` | Mission und Teamhintergrund |
|
||||
| `kontakt.html` | Kontaktformular |
|
||||
| `impressum.html` | Rechtliche Pflichtangaben |
|
||||
|
||||
---
|
||||
|
||||
## Tech-Stack
|
||||
|
||||
- **HTML5** – Seitenstruktur
|
||||
- **CSS3** – Styling und Responsive Layout
|
||||
- **JavaScript (ES6+)** – Interaktivität und Fetch API
|
||||
- **Git** – Versionskontrolle
|
||||
|
||||
---
|
||||
|
||||
## Mitwirkende
|
||||
|
||||
| Name | Rolle |
|
||||
|------|-------|
|
||||
| Dylan | Frontend-Entwickler (HTML, CSS, JS, UI/UX) |
|
||||
| Leon | Backend-Entwickler (JS, APIs, Datenbanken) |
|
||||
|
||||
---
|
||||
|
||||
## Lizenz
|
||||
|
||||
Dieses Projekt steht unter der MIT-Lizenz.
|
||||
Loading…
Reference in a new issue