This app helps you to keep track of your monthly balance, by adding your incomes and expenses.
The main goal of this project was to test a specific set of technologies. Integrating Next.js with persistent Redux states.
The App is pretty simple. It displays an input form to load your expenses and incomes, two lists where you can see your items previously loaded and your current subtotal. One important detail is that since it was implemented with persistent Redux, the states stored would persist even if the browser windows is closed.
once you load whether an income or expense, your submited item will appear listed in the lists bellow and the subtotal will update.
- Next.js
- Redux
- Material UI
- Redux Thunk
- Next Redux Wrapper
- Redux Persist