Open
Description
Description
- Users should get recommended books according to genres selected by them in the user preferences dialog.
- The User Preferences dialog is being resolved here: User Preference Form not getting saved #130. So for now, take any 3 random genres.
- Another section like Discover New (As shown in the screenshot) should be created containing books based on these 3 random genres because the user preferences tab is being fixed.
Screenshots
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- Genre files: F:\Career\Flutter\Explr\Flutter-UI\lib\constants\genres.dart
- Books should be fetched from the Google Books API according to any 3 random genres.
- Database files: lib\services\database_service.dart
Additional data
Add your working screenshots in the PR. And make sure to follow the README guidelines.