This is an expense tracker built using React and Context API. The application allows users to track their income and expenses, displaying the current balance and a list of all transactions.
- Add Transactions: Users can add new income or expense transactions by providing a description and amount.
- View Balance: Displays the current balance based on the income and expenses recorded.
- Income and Expenses Summary: Provides a summary of total income and total expenses.
- Transaction List: Displays a list of all transactions, distinguishing between income and expenses.
- React: A JavaScript library for building user interfaces.
- Context API: Used for state management to handle global state for transactions.
- Vite: A fast build tool and development server for modern web projects.
- JavaScript: The programming language used for building the application logic.
- CSS: Styling of the application components.