https://github.com/hashimsaffarini/bookly
Bookly is a Flutter app leveraging the Google Books API to offer a comprehensive book discovery experience. Features include a splash screen, detailed views, and search functionality, all within an MVVM architecture
https://github.com/hashimsaffarini/bookly
api flutter mvvm-architecture state-management
Last synced: 2 months ago
JSON representation
Bookly is a Flutter app leveraging the Google Books API to offer a comprehensive book discovery experience. Features include a splash screen, detailed views, and search functionality, all within an MVVM architecture
- Host: GitHub
- URL: https://github.com/hashimsaffarini/bookly
- Owner: hashimsaffarini
- Created: 2024-04-17T10:47:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T21:41:21.000Z (about 1 year ago)
- Last Synced: 2025-01-24T16:47:52.636Z (4 months ago)
- Topics: api, flutter, mvvm-architecture, state-management
- Language: Dart
- Homepage:
- Size: 697 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookly
Bookly is a Flutter application that leverages the Google Books API to offer users a comprehensive book discovery experience. It features an elegant user interface, detailed book views, and robust search functionality, all built using the MVVM architectural pattern.
## Features
- **Splash Screen**: A welcoming first screen that smoothly transitions to the main content.
- **Home Page**: Browse popular and recommended books.
- **Detailed Book Views**: Get in-depth information about each book, including summaries and author details.
- **Search Functionality**: Powerful search to quickly find books by title, author, or ISBN.
- **State Management**: Efficient handling of app state changes.