Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/langalex/ramit

Personal accounting app written in HTML5/JS and using remoteStorage.
https://github.com/langalex/ramit

Last synced: about 1 month ago
JSON representation

Personal accounting app written in HTML5/JS and using remoteStorage.

Awesome Lists containing this project

README

        

### About

Ramit is a personal accounting app inspried by the book 'I will teach you to be rich' by Ramit Sethi.

It is based on the idea that for each area of spending you preload an account with money and only spend as much of it as you have in that account.

### Running it

This is a standalone, offline HTML5 app, just open `index.html` in a browser.

The official version is hosted at http://ramit.5apps.com.

### Deployment

Build the app with `ember build --environment production`. Deploy the `dist` directory:

git push `git subtree split --prefix dist master`:master --force

### Acknowledgements

Icons by [Glyphicons](http://glyphicons.com/)