Git Product home page Git Product logo

capstone_mbti's Introduction

Capstone Project MBTI App (C23-PS211)

Project Name : MBTI-EDU: A Personality Identification Application for Improving the Quality of Learning

Authors

  • (ML) M125DKY4715 – Jasmin Nur Hanifa - (Active)
  • (ML) M125DKY4697 – Mega Maulina - (Active)
  • (CC) C172DSY2213 – Syifa Layla - (Active)
  • (CC) C172DSY2614 – Firda Nurul Izza - (Active)
  • (MD) A150DSX2099 – Bayu Tantra Bramandhita - (Active)
  • (MD) A172DKX4032 – Jafar Nurrizki Mosary - (Active)

Documentation

Changing API's URL

API's URL can be changed atbuild.properties : App Screenshot

Plugins

plugins {
    id 'com.android.application'
    id 'org.jetbrains.kotlin.android'
    id 'kotlin-parcelize'
}

Dependencies Used

dependencies {

    // Default Dependencies
    implementation 'androidx.core:core-ktx:1.10.1'
    implementation 'androidx.appcompat:appcompat:1.6.1'
    implementation 'com.google.android.material:material:1.9.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test.ext:junit:1.1.5'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

    // RecyclerView for MBTI Recommendation Lists
    implementation 'androidx.recyclerview:recyclerview:1.3.0'

    // Retrofit for API Connection
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

}

Clone the project

  git clone https://github.com/bayutb123/capstone_mbti.git

Launch Android Studio and Open Project MBTIApp in the capstone_mbti folder

Launch using Android Studio Emulator :

  • Click Run App or press Shift + F10

Build app to install it on physical device :

  • Click Build -> Build Bundle(s) / APK(s) -> Build APK(s)
  • Your exported app-debug.apk files will be on capstone_mbti\MBTIApp\app\build\outputs\apk\debug

capstone_mbti's People

Contributors

bayutb123 avatar

Stargazers

 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.