Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drylikov/budget

A simple budgeting app for mobile devices.
https://github.com/drylikov/budget

Last synced: 8 days ago
JSON representation

A simple budgeting app for mobile devices.

Awesome Lists containing this project

README

        

# Budget

A simple budgeting app for mobile devices.

## Deploying to Heroku

1. Create a [MongoDB Atlas Cluster](https://www.mongodb.com/cloud)
2. Click "Deploy to Heroku" button above and create your Heroku app
3. Create config variables (can be found in [./.env.example](.env.example) file) in your app settings on Heroku
4. Restart your dyno and you're ready to go

## Preview

## Todos

- [x] User interface
- [x] Create transactions
- [x] Read transactions
- [x] Update transactions
- [x] Delete transactions
- [ ] Create categories
- [ ] Read categories
- [ ] Update categories
- [ ] Delete categories
- [ ] Add settings page
- [x] Add statistics page