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.
- Host: GitHub
- URL: https://github.com/esam1973/book-store
- Owner: EsAm1973
- Created: 2025-01-21T17:13:14.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-05T05:29:54.000Z (4 months ago)
- Last Synced: 2025-02-05T06:18:46.571Z (4 months ago)
- Topics: cubit-state-management, flutter, mobile-development, mvvm-architecture
- Language: Dart
- Homepage:
- Size: 853 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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