Skip to content

skelpo/taekwondo1x1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taekwondo App

Eine umfassende Anwendung für Taekwondo-Praktizierende aller Stufen. Diese App bietet Informationen zu Formen (Poomsae), koreanischem Vokabular, Trainingsübungen, Prüfungsanforderungen und Kampftechniken.

Funktionen

  • 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.

Projektstruktur

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

Installation

  1. Klone das Repository: git clone https://github.com/yourusername/taekwondo.git
  2. Öffne das Projekt in Xcode
  3. Baue und starte die App auf deinem iOS-Gerät oder Simulator

Mitwirken

Beiträge zum Projekt sind herzlich willkommen! Wenn du Verbesserungen oder Korrekturen vornehmen möchtest:

  1. Forke das Repository
  2. Erstelle einen Feature-Branch (git checkout -b feature/amazing-feature)
  3. Committe deine Änderungen (git commit -m 'Add some amazing feature')
  4. Pushe zu deinem Branch (git push origin feature/amazing-feature)
  5. 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

Unterstützung

Für Fragen, Probleme oder Unterstützung kontaktieren Sie bitte: [email protected]

Lizenz

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.

Taekwondo App (English)

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.

Features

  • 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.

Project Structure

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

Installation

  1. Clone the repository: git clone https://github.com/yourusername/taekwondo.git
  2. Open the project in Xcode
  3. Build and run the app on your iOS device or simulator

Contributing

Contributions to the project are welcome! If you want to make improvements or corrections:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to your branch (git push origin feature/amazing-feature)
  5. Create a Pull Request

Particularly welcome are:

  • Additions or corrections to the forms
  • Additional training exercises
  • Improvements to translations
  • UI/UX improvements

Support

For questions, issues, or support, please contact: [email protected]

License

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages