All Projects → littleGnAl → Accounting

littleGnAl / Accounting

Licence: Apache-2.0 license
A simple accounting app that provides basic additions, deletions, modifications, and provides a simple summary page, which is implemented by using MVI pattern.

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to Accounting

random-users-details
Random Users details in flutter from randomusers api
Stars: ✭ 14 (-53.33%)
Mutual labels:  state-management
xoid
Framework-agnostic state management library designed for simplicity and scalability ⚛
Stars: ✭ 96 (+220%)
Mutual labels:  state-management
magnetar
A framework-agnostic syncing solution that auto-connects any DB/API with your local data store and has optimistic-UI built in 🌟
Stars: ✭ 36 (+20%)
Mutual labels:  state-management
Reamp
A painkiller for your Android apps
Stars: ✭ 51 (+70%)
Mutual labels:  mvi
stater
collection of Clojure/Script mount apps
Stars: ✭ 29 (-3.33%)
Mutual labels:  state-management
Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (+1086.67%)
Mutual labels:  mvi
enform
Handle React forms with joy 🍿
Stars: ✭ 38 (+26.67%)
Mutual labels:  state-management
service-tree
[ABANDONED] A tree that stores services in its node for a given key, and allows traversing them.
Stars: ✭ 33 (+10%)
Mutual labels:  state-management
Trickl
trickl torrent client
Stars: ✭ 50 (+66.67%)
Mutual labels:  mvi
rematch
The Redux Framework
Stars: ✭ 8,340 (+27700%)
Mutual labels:  state-management
Cyanic
Declarative, state-driven UI framework
Stars: ✭ 32 (+6.67%)
Mutual labels:  state-management
grand central
State-management and action-dispatching for Ruby apps
Stars: ✭ 20 (-33.33%)
Mutual labels:  state-management
react-state
React-State - Superpowers for managing local and reusable state in React
Stars: ✭ 14 (-53.33%)
Mutual labels:  state-management
vue-class-state
面向对象风格的vue状态管理
Stars: ✭ 14 (-53.33%)
Mutual labels:  state-management
onli-reducer
⚛️ One line reducer. State management without boilerplate.
Stars: ✭ 31 (+3.33%)
Mutual labels:  state-management
react-context
(つ°ヮ°)つ Understanding React Context
Stars: ✭ 11 (-63.33%)
Mutual labels:  state-management
vuse-rx
Vue 3 + rxjs = ❤
Stars: ✭ 52 (+73.33%)
Mutual labels:  state-management
ng-effects
Reactivity system for Angular. https://ngfx.io
Stars: ✭ 46 (+53.33%)
Mutual labels:  state-management
vana
Observe your immutable state trees 🌲👀 (great with React)
Stars: ✭ 24 (-20%)
Mutual labels:  state-management
mobius.kt
Kotlin Multiplatform framework for managing state evolution and side-effects
Stars: ✭ 39 (+30%)
Mutual labels:  state-management

CircleCI

Accounting

A simple accounting app that provides basic additions, deletions, modifications, and provides a simple summary page. The app is developed using MVI pattern。 For more detail how to implement it, you can reference this project, and the video Managing State with RxJava by Jake Wharton.

And I implemented this app with mosby before, which in the branch accounting-mosby, for more details on MVI and how to implement it with mosby, please read excellent blog post series by Hannes Dorfmann REACTIVE APPS WITH MODEL-VIEW-INTENT - PART1 - 7.

Contribute

Welcome for issues or PR

License

Copyright (C) 2017 littlegnal

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].