Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.01 KB

Expense Tracker React App

Project from Codecademy's Frontend Engineer Career Path

By Otoniel Mercado

This project was bootstrapped with Create React App.

Project Outline

This project entails a budget management and expense tracking tool crafted using React and Redux. It empowers users to allocate their funds across nine distinct categories, including Housing, Food, Transportation, Utilities, Clothing, Healthcare, Personal, Education, and Entertainment. Additionally, users can log multiple transactions within each category, providing a comprehensive overview of expenditure details alongside remaining funds.

What I Learned

  • Importing the Redux Toolkit.
  • Refactoring with the Redux Toolkit (simplifying the code and development).
  • Using the createSlice() function to automatically generate actions and reducers.

Deployment

Visit project here: Expense Tracker App