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

https://github.com/esam1973/book-store

This is a free books display app using the MVVM pattern and Cubit state management. It allows you to view book details and preview books.
https://github.com/esam1973/book-store

cubit-state-management flutter mobile-development mvvm-architecture

Last synced: 2 months ago
JSON representation

This is a free books display app using the MVVM pattern and Cubit state management. It allows you to view book details and preview books.

Awesome Lists containing this project

README

        

# Bookly App

## Description
Bookly is a Flutter application for browsing free books. It follows the MVVM pattern and uses Cubit for statemanagement. The app allows users to view book details and preview books.

## Usage
- This application fetches book data using the **Google Books API**.
- To run the app, simply **clone the repository** and start the project in your Flutter environment.

## Getting Started
1. Clone the repository:
```sh
git clone https://github.com/EsAm1973/book-store.git
```
2. Navigate to the project directory:
```sh
cd bookly_app
```
3. Get dependencies:
```sh
flutter pub get
```
4. Run the app:
```sh
flutter run
```

## Dependencies
- Flutter
- Cubit (State Management)
- MVVM Pattern
- Google Books API