-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a163ae
commit 3ded42e
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Personal Bugdet Application | ||
|
||
## Objective | ||
- Get a handle on one's personal finances. | ||
- Take in expense information. | ||
- Save previous expenses. | ||
- Analyze all previous data to identify trends in expenses. | ||
- Take advantage of interoperating with personal financial institutions. | ||
- Written in Rust. | ||
- Expose a web interface to the internet. | ||
- Self-hosted. | ||
|
||
## Features | ||
- [ ] Progressive Web App. | ||
- [ ] Take in expense information. | ||
- [ ] Save previous expenses. | ||
- [ ] Analyze all previous data to identify trends in expenses. | ||
- [ ] Take advantage of interoperating with personal financial institutions. | ||
- [ ] Written in Rust. | ||
|
||
## Installation | ||
- [ ] Download the executable. | ||
- [ ] Run the executable. | ||
- [ ] Access the application at `localhost:8000`. | ||
- [ ] Access the application from the internet at `TBD`. | ||
|
||
## Usage | ||
- [ ] Login or create an account. | ||
- [ ] Enter expense information. | ||
- [ ] View previous expenses. | ||
- [ ] View trends in expenses. | ||
- [ ] Link a personal financial institution. | ||
|
||
## Contributing | ||
- [ ] Fork the repository. | ||
- [ ] Make changes. | ||
- [ ] Submit a pull request. | ||
|
||
|
||
|