Skip to content

Free and open source unofficial Libgen mobile client

License

Notifications You must be signed in to change notification settings

PopJoestar/Booky

Repository files navigation

Booky


GitPoint

Built with React Native.

Get it on GitHub releases

Table of Contents

Introduction

PRs Welcome

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.

Features

  • 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

Installation

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

TODO

  • 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

How to Contribute

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.

  1. Fork the repository.
  2. Clone the forked repository to your local machine.
git clone https://github.com/PopJoestar/Booky.git
  1. Create a new branch for your feature or fix.
git checkout -b my-branch
  1. Make your changes and perform necessary testing by running the application;
yarn android
  1. Commit your changes with clear messages.
  2. Push your branch to your forked repository.
  3. Open a Pull Request (PR) from your branch to ours.
  4. Collaborate with us on reviews and necessary adjustments.
  5. 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!

License

Booky is licensed under The MIT License.