This web application allows users to track their expenses and visualize their financial breakdown using a dynamic pie chart. It automatically provides a clear representation of how money is being spent.
- User-friendly Interface: Intuitive and simple input fields for expenses.
- Dynamic Pie Chart: Visual representation of expenses.
- HTML: For the structure of the application.
- CSS: For styling and responsive design.
- JavaScript: For functionality, calculations, and generating the pie chart.
- Chart.js: For creating dynamic and interactive pie charts.
- Add Expenses: Input expense names and their corresponding amounts.
- Click "Add Expense": Add multiple expense categories as needed.
- Click "Generate Chart": Visualize the breakdown of expenses in a pie chart.
- Review the Chart: Analyze your financial data easily.