Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 3.29 KB

README.md

File metadata and controls

83 lines (59 loc) · 3.29 KB

Introduction


License: MPL 2.0 General badge General badge General badge General badge

Fintrack is a feature-rich personal finance management app built with React and Typescript. This intuitive app helps you effortlessly track and organize your income, expenses, savings, and investments. With a sleek and user-friendly interface, Fintrack ensures a seamless experience for effectively managing your finances.

Demo


Here is a working live demo: https://mentorg.github.io/fintrack/

Previews


Fintrack light modeFintrack light mode

 

Features


  • Overview: Get an overview of your current financial status and key indicators.
  • Budget: Set and track your monthly budget across different categories.
  • Bills: Manage and track your recurring bills and payments.
  • Reports & Analytics: Visualize your financial data with interactive charts and graphs.
  • Debt Management: Keep track of your debts and analyze repayment progress.
  • Investments: Monitor and track your investment portfolio.
  • Net Worth: Calculate your net worth based on your assets and liabilities.
  • Settings: Customize the app according to your preferences.

Built with


Setup


To get started with this project, follow these steps:

1. Prerequisites

Make sure you have Node.js and npm installed on your computer. You can download and install them from here.

2. Clone the repository

Clone this repository to your local machine using the following command:

git clone https://github.com/Mentorg/fintrack.git

3. Navigate to the project directory

Navigate to the project directory using the following command:

cd fintrack-main

4. Install dependencies

Install the project dependencies using the following command:

npm install

5. Start the development server

Start the development server using the following command:

npm run dev

This will start the development server and open the project in your default web browser.

Licence


This project is licenced under the Apache License, Version 2.0.