Skip to content

brandon-wallace/foreigncurrencyexchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foreign Currency Exchange

Built with Python 3, Flask, Javascript, HTML, and CSS.

screenshot

├── 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

$ pipenv shell

$ pipenv install

$ flask run

About

An currency exchange calculator built with Python, Flask, Javascript, HTML, and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published