Coder Social home page Coder Social logo

robert-muriithi / notekeeper Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.23 MB

NoteKeeper is an android application used to create and save notes online. The notes saved are to be accessible from any device when you login to your account. The notes are saved online on Firebase Firestore.

Kotlin 100.00%
firebase firebase-auth firebase-firestore-database google-sign-in hilt-dependency-injection mvvm-architecture sharedpreferences

notekeeper's Introduction

NoteKeeper

NoteKeeper is an android application used to create and save notes online. The notes saved are to be accessible from any device when you login to your account. The notes are saved online on Firebase Firestore. .It is built upon the new Maaterial 3 UI components with the MVVM pattern and the latest Jetpack components.

NB

This project is still under development and not all features are fully functional.

Technologies

  • Firebase Firestore - Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud.
  • Kotlin - Kotlin is a programming language that can run on JVM. Google has announced Kotlin as one of its officially supported programming languages in Android Studio; and the Android community is migrating at a pace from Java to Kotlin
  • Navigation Components - Helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.
  • Viewmodel -The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way
  • LiveData - A lifecycle-aware data holder with the observer pattern
  • Kotlin Coroutines - A concurrency design pattern that you can use on Android to simplify code that executes asynchronously
  • Hilt-Dagger - Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project. Doing manual dependency injection requires you to construct every class and its dependencies by hand, and to use containers to reuse and manage dependencies.
  • MVVM - MVVM stands for Model, View, ViewModel. Model: This holds the data of the application. It cannot directly talk to the View. Generally, it's recommended to expose the data to the ViewModel through Observables.
  • SharedPreferences - An object points to a file containing key-value pairs and provides simple methods to read and write them. This is used to store some states of the application like Onboarding status and status of logged in users.

Screenshots

Splash screen

Onboarding Screens

Sign in screen

NoteKeeper

Other Features COMING SOON...!

notekeeper's People

Contributors

robert-muriithi avatar

Stargazers

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