Code Monkey home page Code Monkey logo

johnaeris / keep-notes-app Goto Github PK

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

Keep Notes is a note application with MVVM architecture pattern where the user can add, delete, update, and save a note. The application uses a local database called Room Database, therefore, the data from the user will be saved even if the app is closed.

License: MIT License

Kotlin 100.00%
hilt-dagger jetpack-compose mobile-development mvvm-architecture room-persistence-library

keep-notes-app's Introduction

Keep Notes v1.0

ABOUT

Keep Notes is a note application where the user can add, delete, update, and save a note. The application uses a local database called Room Database, therefore, the data from the user will be saved even if the app is closed. Since it has a local database, it can be accessed even if the user is offline or it does not need to use the internet. It is also created with cleaned and structured code using the Model-View-ViewModel Architecture pattern so that it is organize, easy to maintain, and update the application.

FEATURES

The application has the following features:

  1. Users are allowed to add and save a note.
  2. Users are allowed to remove a note.
  3. Users are allowed to update a note.
  4. It is applicable in light and dark theme.

SREENSHOTS

                                  

DEMO

Light Theme

Light.Theme.Demo.mp4

Dark Theme

Dark.Theme.Demo.mp4

LIBRARIES

    Navigation
    implementation("androidx.navigation:navigation-compose:2.5.3")

    View Model
    implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1"

    Hilt-Dagger
    implementation 'com.google.dagger:hilt-android:2.44'
    kapt 'com.google.dagger:hilt-android-compiler:2.44'

    Room Database
    implementation("androidx.room:room-runtime:2.4.3")
    annotationProcessor("androidx.room:room-compiler:2.4.3")

    Coroutines
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2"

SETUP

The following are the steps to run the application:

 Using Android Studio

  1. Clone the repository.
  2. Open the repository using Android Studio.
  3. Create an virtual emulator in Android Studio using your preferred settings or use physical device.
  4. Run the mobile application.

 Using APK

  1. Click this link.
  2. Download the Keep Notes apk file.
  3. Turn on Unknown source installation.
  4. Install the application.
  5. Click open.
  6. Run the mobile application.

keep-notes-app's People

Contributors

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