Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.09 KB

Expense Tracker

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. image

Features

  • 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.

Technologies Used

  • 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.