Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drylikov/budget
- Owner: drylikov
- License: mit
- Created: 2024-08-19T16:26:15.000Z (3 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-08-19T16:32:19.000Z (3 months ago)
- Last Synced: 2024-08-19T19:31:51.197Z (3 months ago)
- Language: JavaScript
- Size: 497 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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