Built with React Native.
Table of Contents
Booky is a non-official Library Genesis mobile client to download and manage books. Built with React Native Expo, and uses Material 3 design. Booky is an educationnal purpose project to illustrate some React Native patterns and good practice that I gained from my experience as a React Native Developer
Available for Android 6.0 and above only.
The developer has no relation with Library Genesis.
- Search books by title, author, and other parameters in non-fiction and fiction collection
- Save book into your library
- Download books
- Group books by Collections
- Dynamic themes See material 3 dynamic
- French and English translations
- Dark mode/light mode
Make sure your React native development environment is set up and you have Expo CLI installed.
yarn install // install node JS dependencies
yarn android // run on android
- Write unit tests
- Write E2E tests
- Add add many books in a collection feature.
- Add edit book details to illustrate form management React Hooks Form in React Native
- Migrate to Turbo modules and New architecture
- Add sort and filters options in Library
We appreciate your interest in contributing to the Booky project! Follow these steps to get started:
Make sure your React native development environment is set up and you have Expo CLI installed.
- Fork the repository.
- Clone the forked repository to your local machine.
git clone https://github.com/PopJoestar/Booky.git
- Create a new branch for your feature or fix.
git checkout -b my-branch
- Make your changes and perform necessary testing by running the application;
yarn android
- Commit your changes with clear messages.
- Push your branch to your forked repository.
- Open a Pull Request (PR) from your branch to ours.
- Collaborate with us on reviews and necessary adjustments.
- Once approved, we'll merge your changes. 🚀
Remember to keep your fork up to date with our repository's main
branch. Happy coding!
Looking forward to your valuable contributions!
Booky is licensed under The MIT License.