An open-source audiobook mobile application built with React Native and the React ecosystem.
A single codebase powers both Android and iOS apps.
This repo contains the very first version of the project.
The current production apps have a completely rewritten UX/UI, but the core logic remains similar.
Clone the repository and run the app locally:
git clone [email protected]:homielab/audiobookapp.git
cd audiobookapp
npm install
npm run ios # for iOS
npm run android # for Android
Have a question, found a bug, or want to request a feature?
👉 Open an issue here: GitHub Issues
Check out the production-ready version of the app:
- 🌐 Web: audioaz.com
- 📱 Android: Google Play
- 🍎 iOS: App Store
This project is open-sourced under the MIT License.
You’re free to use, modify, and distribute it.
- This is not the current production code. It’s the original open-source version.
- The project is shared for learning, inspiration, and community contribution.