Code Monkey home page Code Monkey logo

budget's Introduction

Budget Challenge

Backstory

Your instructor, Jon, has a tough time with managing his money. He's been told to create a budget in Excel, but the thought of using spreadsheets makes him very unhappy. He's tasked you with creating a terminal based budgeting application so that he can keep track of his expenses.

What skills does this solidify?

  • Reading/writing to CSV
  • Single responsibility classes / small methods
  • Having Python objects talk to one another

Release 0

Think through the classes you'll need to write this app. This is an open-ended challenge, but some possibilities may include: budget, transaction, budget category, etc.

Start by implementing the following features. Feel free to add more to push your learning.

  • It should Keep track of expenses including but not limited to Living, Food, Travel, Savings, and Leisure.
  • Users should be able to update their monthly income.
  • It should know how much the user's monthly costs are.
  • It should be able to create and calculate new expenses.
  • It should be able to tell users what percent of their monthly income is being spent in each category.

Release 1

Figure out what a user can do through the command line. How will they enter new transactions? How will someone's budget be saved? How will transactions be saved? How will transactions be categorized and saved so that they know how much is left in a particular category? How will a user exit the program?

For the purposes of our challenge, do not have user authentication. Figure that a user is only going to have this budgeting program on their computer.

budget's People

Contributors

raphael-codeplatoon avatar ankur-cp avatar jyoung217 avatar jalletto avatar karaajc avatar dennis0451 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.