Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.06 KB

Finance Tracker

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.

Features

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

Getting Started

To run this project locally, follow these steps:

Prerequisites

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)

Installation

  1. Clone the repository:
git clone https://github.com/anshvarma16/FINANCE
  1. Navigate to the project directory:
cd FINANCE
  1. Open index.html in a web browser to view the home page
  2. Open the dashboard.html file in a web browser to access the input form for updating financial data.