Code Monkey home page Code Monkey logo

moneyapp's Introduction

moneyApp

Personal expenses management application that allows users to track how much money have they spent. (Little changed output formating to be more clear and show only entered date expenses on use of add command, only list command shows all expenses for all dates. And currencies exchange rates are requested only at application start, not every time on total command execute)

Application could be run from Main.class as java application. Tests in test folder, could be run all together by suite AllTests.class To run from command line use command: java -jar moneyExenses.jar executed from files root directory

List of commands

add, list, clear, total, help, exit

add 2018-06-22 12 USD Jogurt
-- adds expenses entry to the list of user expenses. Expenses for various dates could be added in any order. Command accepts following parameters: 2018-06-22- is the date when expenses occured(choose date between 2000-2050) 12 - is an amount of money spent USD - the currency in which expense occured Jogurt - is the name of product purchased (allows products name up to 29 symbols)

list -- shows the list of all expenses sorted by date

clear 2018-06-22 -- removes all expenses for specified date, where 2018-06-22 - is the date on which expenses should be removed

total PLN -- this command calculates the total amount of money spent and present it to use in specified currency, where PLN - is the currency in which total amount of expenses shoul be presented

help -- presents list of available commands

exit -- stop program

moneyapp's People

Contributors

papizh avatar

Watchers

James Cloos 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.