ReadAloud is an audiobook reader for PDF files. As its core functionality, it supports PDF to text conversion, and thereafter text to speech conversion. Other features include:
- Authentication via Google Authentication
- Sharing of audiobook with other registered users
- Syncing of progress among multiple devices for the same account
This is the code repository for the front-end mobile application of ReadAloud. It is developed using React Native.
- Install the React Native environment, specifically React Native CLI.
- Open a terminal and run
npm installin this directory - Run
npx react-native start - Open another terminal, and run
npx react-native run-androidornpx react-native run-ios, depending on your OS