Skip to content

RyanMcCall/checkbook_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Checkbook Application

Current Working Version

👇 Please use this version for the final grade 👇

Version 3

☝️ Please use this version for the final grade ☝️

Version History

Version 1

Version 1 was the MVP (Minimum Viable Product) for this project. This version lacked many docstring and comments and the print statements could have been clearer. Also the code was left in the order that it was solved and not a more readable form.

Version 2

Version 2 was the cleaner iteration of the project. This version is better documented with docstrings and comments. The outputs are also more readable. Speaking of readability, the code is better too. Most of the print statements have been moved into functions so the the running code is better understood.

Version 3

Version 3 is the current working product. It has an added feature of showing the entire transaction history. Print statments have also been updated to include a taco pointer to help the user better find the last output. Also the keyword for exit the credit or debit entry was changed from exit to menu.

Feature plan

  • View current balance
  • Add a debit (withdrawal)
  • Add a credit (deposit)
  • Exit
  • Show transaction history
  • Add categories to each transaction
    • View transactions by catagory
    • Summary stats about categories
  • Record datetime on transaction
    • View transactions by day
    • Inlude timestamp on all views
  • Add description to transaction
  • Allow modification of past transactions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages