SimonaPiz / ExpenseTracker

A budgeting and expense tracking app. Use Redux Toolkit.

Home Page:https://expansetracker_simonapiz.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense Tracker

A budgeting and expense tracking app. Using Redux Toolkit.

Live demo expansetracker_simonapiz.

preview

Table of Contents

General Information

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.

Features

The application :

  • should display budgets for various categories
  • allow the user to update/set budjets
Tracker preview
  • should display track transactions
  • allow the user to delete each transaction
transactions preview

In "new Transaction" component:

  • the user can add many transaction for each categories
    • he can choose the categorie
    • add a description
    • add the amount
Add transaction preview

Technologies Used

  • Node - version 18
  • React - version 18
  • Redux - version 4
  • reduxjs/toolkit - version 1.8

Setup

To run this project, install it locally using npm:

$ cd ../[directory]
$ npm install
$ npm start

Author

Simona Pizio

Acknowledgements

This project comes from the Codecademy's Front-End Engineer course.

About

A budgeting and expense tracking app. Use Redux Toolkit.

https://expansetracker_simonapiz.surge.sh/


Languages

Language:JavaScript 66.5%Language:CSS 22.5%Language:HTML 11.0%