https://github.com/drylikov/budget
A simple budgeting app for mobile devices.
https://github.com/drylikov/budget
Last synced: 10 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 (8 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-08-19T16:32:19.000Z (8 months ago)
- Last Synced: 2025-03-27T14:06:54.672Z (28 days ago)
- Language: JavaScript
- Size: 497 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- 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