This is a simple English learning app. It is a mobile application that allows users to talk with ai and learn English.
Clone this repository and import into Android Studio
git clone https://github.com/morishjs/EnglishBuddy.git
- You need to get OpenAI API Key. Please refer to this page to get the key.
- Create
local.properties
file in the root directory of the project. - Add the following line to
local.properties
file.
OPENAI_API_KEY=<YOUR_API_KEY>
- User can talk with ai
- User can learn English
- User can see the history of conversations
- Android Compose
- Kotlin
- Dagger Hilt
- MVVM
- Clean Architecture
- Coroutines
- Retrofit
- Room
- OpenAI