Skip to content

Track Cat is an finance tracking app for Windows, written in C# .NET 8.0 and developed using WPF

Notifications You must be signed in to change notification settings

yapcona/Track_Cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Code in master-branch

Track Cat (work in progress)

Overview

Track Cat is an finance tracking app for Windows, written in C# .NET 8.0 and developed using WPF. The application allows users to track their income and expenses and save them in a clear list. Additionally, the app calculates and displays the total income and expenses, as well as the net amount (all income minus all expenses).

Features

  • Track Income and Expenses: Capture and save your financial transactions.
  • Summarized Display: Automatic calculation and display of total income and expenses.
  • Net Amount: Display of the net total (income minus expenses).

Coming Features

  • Goals Tracking: Set and monitor financial goals to help you stay on track.
  • Recurring Bills Tracking: Keep track of your recurring expenses and never miss a payment.

How to use?

  1. Navigate to "Add Description
  2. Choose title and press Enter-Key
  3. Set Amount (put a minus (-) in front of the number to add negative amounts)
  4. Press Enter-Key again
  5. Repeat :3

Beside the Edit/Delete Buttons you can also use this

Remove transactions:

  1. Select desired transaciton from transaction list
  2. Press DEL-Key

Edit transactions:

  1. Double-Click transaction in transaction list
  2. Set new parameter
  3. Press Enter-Key

Screenshot

image

Contributing

We welcome contributions from everyone! Here's how you can help:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/YourFeatureName.
  3. Make your changes and commit them: git commit -m 'Add Your Feature Name'.
  4. Push to the branch: git push origin feature/YourFeatureName.
  5. Submit a pull request.

Please make sure your contributions adhere to our Code of Conduct

License

This project is licensed under the MIT License – see the LICENSE file for details.

About

Track Cat is an finance tracking app for Windows, written in C# .NET 8.0 and developed using WPF

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published