-
-
Notifications
You must be signed in to change notification settings - Fork 328
Income and expense app
#1127
-
An app that allows user to input income and expenses and calculates net worth. It is built with reactpy, bootstrap, sqlmodel and pandas. Records are saved in sqlite using sqlmodel.
The deals or transactions table is constructed from sqlite database then to list of list then to pandas dataframe then convert the frame to html by pandas still and finally converts the html to vdom via the reactpy utility html_to_vdom(). This is a fun conversion.
The source code is in my github ReactPy-NetWorth repository.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment