Skip to content

rooneyshuman/dollar-tracker

Repository files navigation


Logo

Dollar Tracker

Display a user's personal financial dashboard.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About the Project

This frontend dashboard application displays a user’s personal financial transactions, links bank accounts, stock news, and tracks investment information such as stock prices.

Built With

Frontend Backend
HTML5 Python
CSS3 Flask
Bootstrap Plaid API
Jinja pyEX

Getting Started

Folow these instructions to get a local copy of this application up and running.

Prerequisites

  • Python 3
  • pip
  • virtualenv

Installation

  1. Clone the repo
git clone https://github.com/rooneyshuman/dollar-tracker
  1. Build the project
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
  1. Run the project
python app.py

Deployment

Dollar Tracker is deployed to: https://dollar-tracker.herokuapp.com/

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

Contributors

License

Distributed under the MIT License. See LICENSE.md for more information.

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published