Finance Tracker is a simple React-based application that helps users manage their income and expenses efficiently. Users can add transactions, categorize them, and track their total balance dynamically.
- Add income and expense transactions
- Automatically calculates total income, expenses, and balance
- User-friendly interface built with React and Bootstrap
- React
- Bootstrap
- React Icons
- Clone the repository:
git clone https://github.com/yourusername/finance-tracker.git
- Navigate to the project folder:
cd finance-tracker - Install dependencies:
npm install
- Start the application:
npm start
- Click Add Transaction to record an income or expense.
- View your total income, expenses, and balance at a glance.
Contributions are welcome! Feel free to fork this repository and submit a pull request.
This project is open-source and available under the MIT License.