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.
- 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.
- Clone the repository:
git clone https://github.com/EsAm1973/book-store.git
- Navigate to the project directory:
cd bookly_app
- Get dependencies:
flutter pub get
- Run the app:
flutter run
- Flutter
- Cubit (State Management)
- MVVM Pattern
- Google Books API