This application is not intended for financial/trading decisions.
Edit the "index.php" file by entering a title, the amount of XRP you own, and the buy-in price of the XRP. CSS and Javascript are inline, no external files are needed except for favicons & touch icons (if you'd like them).
$XRP_TITLE = "My XRP Wallet";
$XRP_COUNT = 10;
$XRP_BUYIN = 0.475;
The top of the application will display your wallet's total and will be green for profit or red for loss. Below is a simple table showing your wallet's initial balance and the amount of change to the current balance.
Below that is the highest & lowest balances of your wallet as well as a graph showing your balance over the last 2 months.