IsaacCheng9 / fairsplit

A web application to split bills and track shared expenses in a group, with a transaction minimisation algorithm. Developed with Node and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save current user to avoid having to change it again upon refresh

IsaacCheng9 opened this issue · comments

Specification

  • Currently, we have to change the current user on the top right every time we refresh.
    • This detracts from the user experience, so we should look to save this via local storage or an alternative method.