Expense Planner is a web application where you can manage your budget for either the month or the week. You can add your budget, expenses, edit and delete your expenses, and filter expenses by category.
- Add Budget: Input your total budget for a specific period.
- Add Expenses: Easily add new expenses with details such as amount, category, and date.
- Edit Expenses: Modify existing expenses to keep your budget up to date.
- Delete Expenses: Remove expenses that are no longer needed.
- Filter by Category: View expenses by specific categories to see where your money is going.
I learned how to use Context API to have a global state without dependencies; Context API helped me avoid passing props through every component. Additionally, I learned to use various libraries for better styling in my application, along with the time-saving benefits they provide.