Skip to content

KamandShayegan/bookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark - Bachelor's Thesis Project

Bookmark makes it easier for users to keep track of the books they are reading/will read/ or have read.

Demo:

Bachelor thesis project demo

Dataset: Taaghche

Bookmark puts user's books into three categories:

  • books the user wants to read in the future
  • books the user is currently reading
  • books the user has read before

Some features include

  • 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.

Installation

  1. 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.
  1. Clone Repository
  2. Install Dependencies: flutter pub get
  3. Connect your device by cable or run an emulator (AVD)
  4. Run the app: Flutter run