Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 721 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 721 Bytes

Wallet App

What it does

This program allows a user to keep track of money exchanges via a web interface. Users can view their total expenditures for the current and previous months as well as their single biggest expense. Users may view a table of all their exchanges, post new exchanges, and edit or delete old exchanges.

Why it's here

This program is meant to be a demonstration of the power of rails scaffold generation.

New features

  • Users are now properly chastised for overdrafting.
  • Content now has some color, content is in its own box.
  • Page elements have room to breathe

Known Issues

  • This is not a secure application, exchanges can be edited and faked.
  • There are no cats in this app.