Bookmark makes it easier for users to keep track of the books they are reading/will read/ or have read.
Dataset: Taaghche
- books the user wants to read in the future
- books the user is currently reading
- books the user has read before
- Books in each category can be deleted.
- "Currently reading books" can be opened, and then the user can update the current page they have read using a page indicator.
- Pre-requisites:
- Flutter: You need to have Flutter installed. Follow the instructions on the Flutter official website to install it.
- Dart: Flutter comes with Dart, but ensure you have the latest version by running
flutter upgrade
.
- Clone Repository
- Install Dependencies:
flutter pub get
- Connect your device by cable or run an emulator (AVD)
- Run the app:
Flutter run