Skip to content

Program for my school TFOBZ, rather simplistic Vokabeltrainer with some features like flashcard-system learning, import, adding new dictionaries...

License

Notifications You must be signed in to change notification settings

mp3skater/SchnabelVokabel

Repository files navigation

❯ TO-COPY-AND-PASTE ;)

license last-commit repo-top-language repo-language-count


πŸ”— Table of Contents


πŸ“ Overview

❯ This project took me way to much headaches and time for my own good. Please let the students choose the language the next time so it'll be their fault. Also this is nearly all generated (readme), oh yeah and do with it what you want!


πŸ‘Ύ Features

❯ something


πŸ“ Project Structure

└── SchnabelVokabel/
    β”œβ”€β”€ LICENSE
    β”œβ”€β”€ README.md
    β”œβ”€β”€ SchnabelVokabel.iml
    β”œβ”€β”€ lernkarteien.properties
    β”œβ”€β”€ lernkarteien.script
    └── src
        └── main

πŸ“‚ Project Index

SCHNABELVOKABEL/
__root__
lernkarteien.script ❯ REPLACE-ME
src
main
java
net
mp3skater
schnabelvokabel
Main.java ❯ REPLACE-ME
model
AppState.java ❯ REPLACE-ME
RohdateienJava
RohdateienJava
Rohdateien
src
net
tfobz
vokabeltrainer
model
VokabeltrainerDB.java ❯ REPLACE-ME
Fach.java ❯ REPLACE-ME
Lernkartei.java ❯ REPLACE-ME
Karte.java ❯ REPLACE-ME
TestHsqlDB.java ❯ REPLACE-ME
view
elements
BaseFont.java ❯ REPLACE-ME
FachShow.java ❯ REPLACE-ME
DisabledBaseButton.java ❯ REPLACE-ME
DictionaryButton.java ❯ REPLACE-ME
UpdateButton.java ❯ REPLACE-ME
BaseCheckBox.java ❯ REPLACE-ME
BaseButtonHover.java ❯ REPLACE-ME
DeleteDictionaryButton.java ❯ REPLACE-ME
Colors.java ❯ REPLACE-ME
BaseButton.java ❯ REPLACE-ME
BackButton.java ❯ REPLACE-ME
FaecherButton.java ❯ REPLACE-ME
panels
DeleteKarteiPanel.java ❯ REPLACE-ME
ImportPanel.java ❯ REPLACE-ME
SettingsPanel.java ❯ REPLACE-ME
EditPanel.java ❯ REPLACE-ME
Updatable.java ❯ REPLACE-ME
NavigationController.java ❯ REPLACE-ME
LoadPanel.java ❯ REPLACE-ME
FaecherPanel.java ❯ REPLACE-ME
BasePanel.java ❯ REPLACE-ME
TrainingModePanel.java ❯ REPLACE-ME
ExportScreenPanel.java ❯ REPLACE-ME
NewKarteiPanel.java ❯ REPLACE-ME
TrainMenuPanel.java ❯ REPLACE-ME
MainMenuPanel.java ❯ REPLACE-ME
excluded
ChooseDictionaryPanel.java ❯ REPLACE-ME
NewDictionaryPanel.java ❯ REPLACE-ME
WordManagementPanel.java ❯ REPLACE-ME

πŸš€ Getting Started

β˜‘οΈ Prerequisites

Before getting started with SchnabelVokabel, ensure your runtime environment meets the following requirements:

  • Programming Language: Java

βš™οΈ Installation

Install SchnabelVokabel using one of the following methods:

Build from source:

  1. Clone the SchnabelVokabel repository:
❯ git clone https://github.com/mp3skater/SchnabelVokabel
  1. Navigate to the project directory:
❯ cd SchnabelVokabel
  1. Install the project dependencies:

echo 'INSERT-INSTALL-COMMAND-HERE'

πŸ€– Usage

Run SchnabelVokabel using the following command: echo 'INSERT-RUN-COMMAND-HERE'

πŸ§ͺ Testing

Run the test suite using the following command: echo 'INSERT-TEST-COMMAND-HERE'


πŸ“Œ Project Roadmap

  • Task 1: Implement feature one.
  • Task 2: Implement feature two.
  • Task 3: Implement feature three.

πŸ”° Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/mp3skater/SchnabelVokabel
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


πŸŽ— License

This project is protected under the MIT-LICENSE License. For more details, refer to the LICENSE file.


πŸ™Œ Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

About

Program for my school TFOBZ, rather simplistic Vokabeltrainer with some features like flashcard-system learning, import, adding new dictionaries...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages