Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/langalex/ramit
- Owner: langalex
- License: mit
- Created: 2013-11-09T19:23:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T13:50:48.000Z (about 2 years ago)
- Last Synced: 2024-04-14T18:57:55.757Z (9 months ago)
- Language: JavaScript
- Size: 6.46 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
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/)