A budgeting and expense tracking app. Using Redux Toolkit.
Live demo expansetracker_simonapiz.
The app allows users to set budgets for various categories, such as food and transportation, and track transactions in those categories. It then sums their spending in each category to calculate the amount of money that remains to be spent.
Refactoring with Redux Toolkit, using a slice-based approach to produce the app’s actions and reducers.
- should display budgets for various categories
- allow the user to update/set budjets
- should display track transactions
- allow the user to delete each transaction
- the user can add many transaction for each categories
- he can choose the categorie
- add a description
- add the amount
- Node - version 18
- React - version 18
- Redux - version 4
- reduxjs/toolkit - version 1.8
To run this project, install it locally using npm:
$ cd ../[directory]
$ npm install
$ npm start
This project comes from the Codecademy's Front-End Engineer course.