Skip to content

CharlesDeda/WeSplit2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeSplit2

WeSplit2 is a native iOS application for effortlessly calculating splitting bills and tips amongst friends!

About

Effortlessly change tip percentages and even add a custom tip amount!

drawing

drawing

MVVM

This app is built using the MVVM state management architecture. MVVM is a simple, intuitive, and powerful way to manage state of your features.

The idea is that every feature has a view and view model. The view simple displays any data it needs from the view model, and calls methods on the view model to execute any mutation logic. The view itself should have zero mutation logic. There are exceptions obviously but it strives to do this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages