{"id":13693599,"url":"https://github.com/misteu/VocabularyTraining","last_synced_at":"2025-05-02T21:32:47.627Z","repository":{"id":60582621,"uuid":"174891526","full_name":"misteu/VocabularyTraining","owner":"misteu","description":"Simple vocabulary Trainer written in Swift","archived":false,"fork":false,"pushed_at":"2024-05-27T09:10:04.000Z","size":7250,"stargazers_count":24,"open_issues_count":5,"forks_count":16,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-11-12T19:41:50.800Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/misteu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-10T23:00:48.000Z","updated_at":"2024-11-02T09:17:15.000Z","dependencies_parsed_at":"2024-11-12T19:41:43.421Z","dependency_job_id":null,"html_url":"https://github.com/misteu/VocabularyTraining","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misteu%2FVocabularyTraining","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misteu%2FVocabularyTraining/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misteu%2FVocabularyTraining/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misteu%2FVocabularyTraining/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misteu","download_url":"https://codeload.github.com/misteu/VocabularyTraining/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252109098,"owners_count":21696193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-08-02T17:01:13.510Z","updated_at":"2025-05-02T21:32:42.607Z","avatar_url":"https://github.com/misteu.png","language":"Swift","readme":"# Flippy Learn\n\n\u003ca href=\"https://apps.apple.com/us/app/flippy-learn-word-flashcards/id1479486387?itsct=apps_box_badge\u0026amp;itscg=30200\" style=\"display: inline-block; overflow: hidden; border-radius: 13px; width: 250px; height: 83px;\"\u003e\u003cimg src=\"https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83\u0026amp;releaseDate=1578528000\u0026h=358d22aad46548eb7c0074f1d0117c2a\" alt=\"Download on the App Store\" style=\"border-radius: 13px; width: 250px; height: 83px;\"\u003e\u003c/a\u003e\n\n\u003cimg src=https://github.com/misteu/VocabularyTraining/blob/master/screenshots/flippy1.png width=200\u003e\u003cimg src=https://github.com/misteu/VocabularyTraining/blob/master/screenshots/flippy2.png width=200\u003e\u003cimg src=https://github.com/misteu/VocabularyTraining/blob/master/screenshots/flippy4.png width=200\u003e\u003cimg src=https://github.com/misteu/VocabularyTraining/blob/master/screenshots/flippy5.png width=200\u003e\u003cimg src=https://github.com/misteu/VocabularyTraining/blob/master/screenshots/flippy6.png width=200\u003e\u003cimg src=https://github.com/misteu/VocabularyTraining/blob/master/screenshots/flippy7.png width=200\u003e\n\nSimple vocabulary Trainer written in Swift\n\nThis Vocabulary Trainer is using the basic principle of learning with flash cards. You can create as many languages as you like and write words and their translation.\n\nIn contrast to similar flash card apps, this one is pretty fast to use. Because you do not have to type in the word if you do not want to. You can just check \"correct\" or \"incorrect\".\n\n\u003ca href=\"https://github.com/misteu/VocabularyTraining/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=misteu/VocabularyTraining\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n# How to contribute\n\n(It was my first ever released app so please be aware of spaghetti code and storyboards.)\n\n- You can see open issues in the `Issues` tab of the repo. Please have a look there and ask questions there before opening PRs.\n- If you have any ideas for improvements, please open an issue rather than just opening a PR \n\nHighest priority for now is replacing all the storyboards with code I would say. There is actually an issue for replacing all of the storyboards with code: https://github.com/misteu/VocabularyTraining/issues/15\n\nIf you feel like updating any of the screens, feel free to comment there, I will assign a screen related issue to you then.\n\nThis project uses SwiftLint so please follow the guidance at https://github.com/realm/SwiftLint#installation for installation instructions for your build environment.  Alternatively, you can comment out the script in the SwiftLint run phase script to silence the warning.  \n \n## Indentation\n\nPlease make sure, that you do not re-indent whole files while doing changes in some file. Doing so makes it really hard to see your actual changes in the PR. I am aware that indentations are differing throughout the project. However, this is not a priority for now, I will align all of these once storyboards are gone.\n\nI am planning to align the whole project to this setting: https://github.com/raywenderlich/swift-style-guide#spacing\n\n\n## Redesign and Accessibility\n\nFor redesign and accessibility issues, check the Flippy Figma: https://www.figma.com/file/n2i1f7nrrI6n9TtH7aqFR3/Flippy-Learn?node-id=0%3A1\n","funding_links":[],"categories":["Education"],"sub_categories":["Terminal"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisteu%2FVocabularyTraining","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisteu%2FVocabularyTraining","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisteu%2FVocabularyTraining/lists"}