β― TO-COPY-AND-PASTE ;)
- π Overview
- πΎ Features
- π Project Structure
- π Getting Started
- π Project Roadmap
- π° Contributing
- π License
- π Acknowledgments
β― 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!
β― something
βββ SchnabelVokabel/
βββ LICENSE
βββ README.md
βββ SchnabelVokabel.iml
βββ lernkarteien.properties
βββ lernkarteien.script
βββ src
βββ main
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
Before getting started with SchnabelVokabel, ensure your runtime environment meets the following requirements:
- Programming Language: Java
Install SchnabelVokabel using one of the following methods:
Build from source:
- Clone the SchnabelVokabel repository:
β― git clone https://github.com/mp3skater/SchnabelVokabel
- Navigate to the project directory:
β― cd SchnabelVokabel
- Install the project dependencies:
echo 'INSERT-INSTALL-COMMAND-HERE'
Run SchnabelVokabel using the following command: echo 'INSERT-RUN-COMMAND-HERE'
Run the test suite using the following command: echo 'INSERT-TEST-COMMAND-HERE'
-
Task 1
:Implement feature one. -
Task 2
: Implement feature two. -
Task 3
: Implement feature three.
- π¬ Join the Discussions: Share your insights, provide feedback, or ask questions.
- π Report Issues: Submit bugs found or log feature requests for the
SchnabelVokabel
project. - π‘ Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/mp3skater/SchnabelVokabel
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the MIT-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.