GithubHelp home page GithubHelp logo

rockiedo / theory-test-multiplatform Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11.22 MB

A theory test app that mainly serves driving theory tests.

License: MIT License

Kotlin 94.78% Ruby 2.29% Swift 2.93%

theory-test-multiplatform's Introduction

Overview

This app helps anyone practice driving theory test exams. It is built with Compose Multiplatform and can run on both Android and iOS.

Project setup

To build this project you need to have these dependencies ready:

  • JDK 11
  • Gradle 8.4
  • CocoaPods

Besides, Android Studio and Intellij are the preferred IDEs. You also need to install several plugins:

Directory hierarchy

Most of the code is kept under the shared folder with the following structure.

folder-hierarchy

  • commonMain is where we keep code that is independent of platforms. We also define expect interfaces here.
    • There's a sqldelight directory. It contains database tables and functions that will be generated to Kotlin code by the sqldelight gradle plugin.
  • androidMain and iosMain are where we implement the actual interfaces defined by commonMain such as database drivers, views, etc.

Project architecture

This project follows the MVVM architecture and is organized by feature.

project-structure

License

This project is open-source under the MIT license.

theory-test-multiplatform's People

Contributors

rockiedo avatar

Watchers

 avatar

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.