Jotts helps students stay organized for class.
This project is designed to run in Xcode 11 with any system configuration. It uses SwiftUI and Code Data to manage data and UI.
Regenerating the Base.lproj/Localizable.strings
file:
cd iOS
find . -name "*.swift" | xargs genstrings -SwiftUI -o Base.lproj
To make contributions to Jotts, follow the steps below to help students organize their classes and schoolwork, and enjoy an easier day in school.
- Fork the
hnryjms/Jotts
repo - Commit changes to your fork
- Create a pull request back into this repo
- Win
Make sure to run & write tests for new features.