Skip to content

ssmohansai/Fintrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinTrack – Personal Finance Dashboard

A simple, beginner-friendly React + TypeScript web app to track personal finances.


🌟 Features

  • Add income and expense transactions
  • Delete transactions
  • Show total balance, income, and expenses
  • Clean UI with responsive design
  • Uses React functional components and TypeScript
  • State management with React's useState

🛠 Tech Stack

  • React 18 + TypeScript
  • HTML5 & CSS3
  • Vite for development
  • Git & GitHub for version control

📂 Folder Structure

src/ ├─ components/ # Reusable components │ ├─ TransactionForm.tsx │ ├─ TransactionList.tsx │ └─ BalanceCard.tsx ├─ App.tsx # Main app file └─ main.tsx # ReactDOM render entry

About

Fintrack App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors