├── application/
│ ├── static/
│ │ ├── css/
│ │ │ └── style.css
│ │ ├── images/
│ │ │ ├── background_dollars_pilled_up.png
│ │ │ ├── favicon.png
│ │ │ ├── logo.png
│ │ └── js/
│ │ └── script.js
│ ├── templates/
│ │ ├── 404.html
│ │ ├── 500.html
│ │ ├── base.html
│ │ └── index.html
│ ├── forms.py
│ ├── __init__.py
│ └── routes.py
├── Pipfile
├── Pipfile.lock
├── Procfile
├── requirements.txt
├── runtime.txt
├── readme.md
└── run.py
-
Notifications
You must be signed in to change notification settings - Fork 0
An currency exchange calculator built with Python, Flask, Javascript, HTML, and CSS.
brandon-wallace/foreigncurrencyexchange
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An currency exchange calculator built with Python, Flask, Javascript, HTML, and CSS.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published