The dictionary is a simple word database served through the WordPress API. The app uses it to list posts, search them and view details, alongside some static supporting pages. It is online-only — no offline word storage.
This was my first Expo project. Certain elements are rendered through a WebView component, while the rest of the app is straightforward API calls and native display.