Giter Club home page Giter Club logo

boka's Introduction

Book Recommendation App

This is an Android application built using Jetpack Compose and follows the principles of Clean Architecture. The app provides a user-friendly interface for browsing and discovering books, as well as personalized book recommendations based on user preferences.

Features

  • User registration and authentication
  • Book search and browsing
  • Personalized book recommendations using content-based and collaborative filtering algorithm
  • Book details with images, tags, descriptions, ratings
  • Bookshelf for managing favorite books

Technologies Used

Project Structure

├── core
├── data
│   ├── model
│   ├── network
│   │   ├── api
│   │   ├── auth
│   │   │   ├── body
│   │   │   └── result
│   └── repository
├── navigation
├── ui
│   ├── MainActivity.kt
│   ├── features
│   ├── common
│   └── theme
└── util

The project follows the Clean Architecture principles, which separates the codebase into layers:

  • core: Contains all type of class using across the application.
  • data: Implements the data access layer + domain layer, including remote data sources, repositories and the business logic.
    • model: Contains data class for the ui consume.
    • body: Contains data class for the body HTTP request.
    • result: Contains data class for the body HTTP result.
  • ui: Implements the presentation layer, including view models and UI screens.
  • navigation: Implements the navigation graph.
  • util: Contains helper method and extensions.
  • features: Contains main screen and viewmodel.

Screenshots

Splash Screen Sign In Home Screen
Book Detail Rated Books Saved Books
Profile

Prerequisites

  • Android Studio Hedgehog Canary 1 (2023.1.1.1) or higher
  • Kotlin 1.8.10 or higher
  • Android minSdk 30
  • Python 3.8

Todo

  • Dependency injection with Dagger & Hilt

Contributors✨


Kieu Ba Duong

Mobile developer
ML researcher

boka's People

Contributors

kieubaduong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rugiyaguichir

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.