Finance Tracker is a web application that helps users track their finances, including debts, growth, profits, losses, and net worth. This project is built using HTML, CSS (with Tailwind CSS), and JavaScript.
- Display various financial categories such as current debt, current growth, net profit, net loss, and net worth.
- Update financial data through an input page.
- View charts to visualize financial data over time.
- Dark mode support for better readability.
To run this project locally, follow these steps:
Make sure you have the following software installed on your machine:
- Git
- Any modern web browser (such as Google Chrome, Mozilla Firefox, or Microsoft Edge)
- Clone the repository:
git clone https://github.com/anshvarma16/FINANCE
- Navigate to the project directory:
cd FINANCE
- Open index.html in a web browser to view the home page
- Open the dashboard.html file in a web browser to access the input form for updating financial data.