This project is now archived. This is a project I started working on during my Intro Java Class. My ideas has come a long way, and is being revamped in the new BudgetPro currently being worked on. This project will be archived soon.
PROJECT TITLE: BM Budget PURPOSE OF PROJECT: To keep a basic budget after my free trial on YNAB expires. VERSION or DATE:1.0 4/27/2019 HOW TO START THIS PROJECT: AUTHORS: Literally me USER INSTRUCTIONS:Just run the main class, it should all go from there.
Code needed to make this program:
Read and Write from a file, (class) Note read up on throwing and catching exceptions -constructor that sets the right line -skip to the right line using a println loop? -Scanner for a txt. file -convert it from bit into a public variable
Storage for each categories (get from objects of fileWriter) -INFLOW -OUTFLOW -etc.
Inflow and outflow changing the storage in each category -err if cat-out=neg
Changes rewriting txt. -setter for object variables -then write to txt