Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vermont42/Conjugar
Conjugar is an iPhone app for learning Spanish verb conjugations. 100% programmatic layout!
https://github.com/vermont42/Conjugar
hacktoberfest
Last synced: 2 months ago
JSON representation
Conjugar is an iPhone app for learning Spanish verb conjugations. 100% programmatic layout!
- Host: GitHub
- URL: https://github.com/vermont42/Conjugar
- Owner: vermont42
- License: agpl-3.0
- Created: 2017-04-01T23:48:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T18:17:42.000Z (about 1 year ago)
- Last Synced: 2024-08-03T17:16:39.094Z (6 months ago)
- Topics: hacktoberfest
- Language: Swift
- Homepage:
- Size: 11.6 MB
- Stars: 45
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Conjugar
README
![Conjugar](Conjugar/launch.png "Conjugar's Launch Screen")
### Introduction
**Conjugar** is an iPhone™ app for learning Spanish verb conjugations. **Conjugar** conjugates most Spanish verbs, regular and irregular, in **all** Spanish verb tenses. There is a quiz mode with three difficulty levels. Results from quizzes are available in Game Center™. On a pedagogical note, **Conjugar** contains descriptions of the tenses.
**Conjugar** uses dependency injection (DI) and programmatic layout (PL). Thus, if you are curious about how to implement DI or PL, **Conjugar** may be instructive. I have written tutorials on [DI](https://racecondition.software/blog/dependency-injection/) and [PL](https://racecondition.software/blog/programmatic-layout/).
### Installation
**Conjugar** is available for free download in the iOS App Store™. Tap the logo below to install.
[![Install](apple.png)](https://itunes.apple.com/us/app/conjugar/id1236500467?mt=8)
Alternatively, you can clone this repo and build, using Xcode™, **Conjugar** yourself.
**Conjugar** is currently using AWS Pinpoint analytics. The two relevant frameworks are in source control, but the configuration files and folder, in particular `awsconfiguration.json`, `.amplifyrc`, and `amplify`, respectively, are excluded from source control by the `.gitignore` file. For instructions on Pinpoint configuration, see this excellent [tutorial](https://itnext.io/integrate-analytics-into-your-ios-swift-applications-with-aws-amplify-20d31fe0a20e).
If you want to build **Conjugar** without using AWS Pinpoint analytics, you can use the following workaround:
* Remove AWSFrameworks from the 'Embed Frameworks' build phase.
* Comment out script in the the Pinpoint Hocus Pocus build phase.
* Remove `awsconfiguration.json` from being copied in the Copy Resources build phase.
* Comment out `import AWSPinpoint` and all the contents of the methods in AWSAnalyticsService.swift.Please make sure to avoid committing these changes!
### License
If Conjugar is in the App Store, why is the code on GitHub? I created this app to demonstrate programmatic layout for a conference talk, and I wish to provide helpful example code for folks who are curious about programmatic layout. I originally released Conjugar's source code under the MIT License because that license is maximally convenient for would-be users of the programmatic-layout code. This was a mistake. Some dirtbag released a _clone_ of Conjugar on the App Store that differs only in that it has a hideous app icon, that it requests push-notification permission, and that it crashes on launch. I have changed the MIT License to the GNU Affero General Public License in order to impose onerous requirements on would-be cloners of Conjugar.
### Screenshots
![Conjugar](Conjugar/browse.png "Browse View of Verbs")
![Conjugar](Conjugar/verb.png "One Verb's Conjugations")
![Conjugar](Conjugar/quiz.png "Quiz in Progress")
![Conjugar](Conjugar/browseInfo.png "Info Available")
![Conjugar](Conjugar/info.png "Info on One Tense")
![Conjugar](Conjugar/GameCenter.png "Conjugar in Game Center")
![Conjugar](Conjugar/leaderboard.png "Conjugar's Game Center Leaderboard")