Eine umfassende Anwendung für Taekwondo-Praktizierende aller Stufen. Diese App bietet Informationen zu Formen (Poomsae), koreanischem Vokabular, Trainingsübungen, Prüfungsanforderungen und Kampftechniken.
- Formen (Poomsae): Detaillierte Beschreibungen aller Taegeuk-Formen und ausgewählter Dan-Formen mit koreanischer, deutscher und internationaler Terminologie.
- Vokabular: Umfangreiche Sammlung von Taekwondo-Begriffen in Koreanisch und Deutsch, kategorisiert nach Kommandos, Zahlen, Stellungen, Schritten, Schlägen und allgemeinen Begriffen.
- Trainingsübungen: Strukturierte Übungen für Aufwärmen, Kraft, Technik und andere Trainingsbereiche mit Zeitangaben und Variationsmöglichkeiten.
- Prüfungsanforderungen: Detaillierte Informationen zu den Anforderungen für verschiedene Gürtelprüfungen.
- Kampftechniken: Übungen und Einstellungen für Wettkampf- und Selbstverteidigungstraining.
Taekwondo/
├── Models/
│ ├── Forms/ # Definition aller Poomsae/Formen
│ ├── Vocabulary/ # Koreanisch-deutsches Vokabular
│ └── Training/ # Trainingsübungen und -strukturen
├── ViewModels/
│ └── AppViewModel.swift # Zentrale Datenverwaltung
├── Views/
│ ├── FormsView.swift # Ansicht für Poomsae
│ ├── VocabularyView.swift # Vokabularansicht
│ ├── TrainingView.swift # Trainingsansicht
│ ├── ExamRequirementsView.swift # Prüfungsanforderungen
│ └── FightingView.swift # Kampftechniken
- Klone das Repository:
git clone https://github.com/yourusername/taekwondo.git
- Öffne das Projekt in Xcode
- Baue und starte die App auf deinem iOS-Gerät oder Simulator
Beiträge zum Projekt sind herzlich willkommen! Wenn du Verbesserungen oder Korrekturen vornehmen möchtest:
- Forke das Repository
- Erstelle einen Feature-Branch (
git checkout -b feature/amazing-feature
) - Committe deine Änderungen (
git commit -m 'Add some amazing feature'
) - Pushe zu deinem Branch (
git push origin feature/amazing-feature
) - Erstelle einen Pull Request
Besonders willkommen sind:
- Ergänzungen oder Korrekturen bei den Formen und Inhalten
- Zusätzliche Trainingsübungen
- Verbesserungen der Übersetzungen
- UI/UX-Verbesserungen
Für Fragen, Probleme oder Unterstützung kontaktieren Sie bitte: [email protected]
Dieses Projekt ist unter der MIT-Lizenz lizenziert - siehe unten für Details:
MIT License
Copyright (c) 2023 Skelpo GmbH
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
A comprehensive application for Taekwondo practitioners of all levels. This app provides information on forms (Poomsae), Korean vocabulary, training exercises, exam requirements, and fighting techniques.
- Forms (Poomsae): Detailed descriptions of all Taegeuk forms and selected Dan forms with Korean, German, and international terminology.
- Vocabulary: Extensive collection of Taekwondo terms in Korean and German, categorized by commands, numbers, stances, steps, strikes, and general terms.
- Training Exercises: Structured exercises for warm-up, strength, technique, and other training areas with time specifications and variation options.
- Exam Requirements: Detailed information on the requirements for various belt examinations.
- Fighting Techniques: Exercises and settings for competition and self-defense training.
Taekwondo/
├── Models/
│ ├── Forms/ # Definition of all Poomsae/Forms
│ ├── Vocabulary/ # Korean-German vocabulary
│ └── Training/ # Training exercises and structures
├── ViewModels/
│ └── AppViewModel.swift # Central data management
├── Views/
│ ├── FormsView.swift # View for Poomsae
│ ├── VocabularyView.swift # Vocabulary view
│ ├── TrainingView.swift # Training view
│ ├── ExamRequirementsView.swift # Exam requirements
│ └── FightingView.swift # Fighting techniques
- Clone the repository:
git clone https://github.com/yourusername/taekwondo.git
- Open the project in Xcode
- Build and run the app on your iOS device or simulator
Contributions to the project are welcome! If you want to make improvements or corrections:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to your branch (
git push origin feature/amazing-feature
) - Create a Pull Request
Particularly welcome are:
- Additions or corrections to the forms
- Additional training exercises
- Improvements to translations
- UI/UX improvements
For questions, issues, or support, please contact: [email protected]
This project is licensed under the MIT License - see below for details:
MIT License
Copyright (c) 2023 Skelpo GmbH
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.