noongar-flashcards
An iPhone and Android app for learning Noongar words using flashcards.
Noongar people have lived in southwestern Australia for more than 45,000 years. Learn more about Noongar people and culture here.
This project is open source and non-commercial.

Get the app
The Noongar Flashcards app is in early development and not yet available to download. As soon as it is ready, we will add download links here.
Helping out
If you would like to help on the project in any way you can, please contact Chris.
You can view progress on collating words on the Wiki: https://github.com/cbotman/noongar-flashcards/wiki/Noongar-word-list
Everything below this point is information for developers.
Development instructions
The apps are built on React Native, so to run the project locally you will need to be set up for React Native development, which you can learn about here: https://reactnative.dev/docs/getting-started.
Local set-up
Clone the repo locally.
Run yarn install from the project root to install node modules.
For iOS, run npx pod-install from the project root.
It is a good idea to run the above two commands whenever you pull new code, too.
Development
The project uses Prettier and ESLint to maintain code quality. I strongly suggest you run Prettier on every save, which can be configured in most modern editors. ESLint is run via Prettier, so you only have to enable run-on-save for Prettier.
In a Terminal window run yarn ios to debug on iPhone, or yarn android to debug on Android (manually launch an Android emulator first).
