Display a user's personal financial dashboard.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This frontend dashboard application displays a user’s personal financial transactions, links bank accounts, stock news, and tracks investment information such as stock prices.
Frontend | Backend |
---|---|
HTML5 | Python |
CSS3 | Flask |
Bootstrap | Plaid API |
Jinja | pyEX |
Folow these instructions to get a local copy of this application up and running.
- Python 3
- pip
- virtualenv
- Clone the repo
git clone https://github.com/rooneyshuman/dollar-tracker
- Build the project
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
- Run the project
python app.py
Dollar Tracker is deployed to: https://dollar-tracker.herokuapp.com/
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Distributed under the MIT License. See LICENSE.md for more information.
- README Inspiration
- Bootstrap Sidebar tutorial helped to create a partially collapsing sidebar
- Design based on an example provided in the instructor's project description