MangaReader is a React Native mobile application that allows users to read manga from MangaDex. This app provides a clean and intuitive interface to browse, search, and read your favorite manga titles directly from your mobile device.
MangaReader leverages the MangaDex API to bring you a vast library of manga content. The application is built using React Native, making it available for both iOS and Android platforms.
- Browse and search manga from MangaDex's extensive library
- View manga details including descriptions, authors, and tags
- Read manga chapters with a smooth reading experience
- React Native
- TypeScript
- React Navigation
- MangaDex API
- Node.js
- React Native development environment setup
- iOS: Xcode (for Mac users)
- Android: Android Studio
- Clone the repository
git clone https://github.com/hirthbrian/MangaReader.git
cd MangaReader
- Install dependencies
npm i
- Install iOS dependencies (iOS only)
npx pod-install
- Start the application
# For iOS
npm run ios
# For Android
npm run android
This project follows standard React Native development practices. It uses:
- ESLint and Prettier for code formatting
- TypeScript for type safety
This app is not affiliated with MangaDex. It is an unofficial client that uses the public MangaDex API. All manga content is provided by MangaDex and their content providers.
MIT License
- MangaDex for providing the API
- All contributors to this project
Note: This app is for personal use and learning purposes only.