An open API service indexing awesome lists of open source software.

https://github.com/ycngmn/Nobook

Ad-free facebook lite for Android.
https://github.com/ycngmn/Nobook

android facebook jetpack-compose

Last synced: about 1 month ago
JSON representation

Ad-free facebook lite for Android.

Awesome Lists containing this project

README

          

# Nobook


nobook_cover

Nobook is a lightweight Android application to browse facebook.

## • Features

* Blocks sponsored ads.
* Blocks suggested posts.
* Downloads media.
* And more.

## • Installation

[Get it on GitHub](https://github.com/ycngmn/Nobook/releases/latest)

## • Setup

1. **Clone the repository**
* In Android Studio:
* File > New > Project from Version Control
* Paste `https://github.com/ycngmn/Nobook.git` and clone.
* Or via terminal:
```bash
git clone https://github.com/ycngmn/Nobook.git
cd Nobook
```
2. **Open in Android Studio.** (only if cloned via terminal)
* Select Open an Existing Project and choose the cloned folder.
3. **Sync the project** to download dependencies.
4. **Run the app** in a device or emulator.

## • Contributing

Contributions to the project are welcome. Please follow these guidelines:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Submit a pull request with a clear description of your changes.

## Acknowledgement :
* [@KevinnZou/compose-webview-multiplatform](https://github.com/KevinnZou/compose-webview-multiplatform)