Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 674 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 674 Bytes

Expense tracker with features to create, delete and show history of transactions

Try it out: https://budgetbuddy20.netlify.app/

Screenshot 2023-12-07 212203

Screenshot 2023-12-07 212222

1.🔄 Implemented React Hooks and Context API for Global functions.

2.🧩 Learned React components and mastered state passing from Parent to Children components.

3.➕/➖ Users can add/delete income and expenses.

4.💰 Users can view their current balance and transaction history.