Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hinedy committed Oct 20, 2022
1 parent 79135b0 commit 1fdf3a5
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# finance
A web app via which you can manage portfolios of stocks, using IEX Cloud API.
# Finance
A web app via which you can manage portfolios of stocks, using IEX Cloud API in a virtual trading environment.
## Live on [H Finance](https://hinedy-finance.herokuapp.com).


<p align="center"><a href="https://hinedy-finance.herokuapp.com"><img src="static/images/logo.png" width="400"></a>
</p>

### Built as per [Instructions](https://cs50.harvard.edu/x/2022/psets/9/finance/) by [CS50x](https://cs50.harvard.edu/x/2022/) staff.
#### Deployed using [Heroku](https://www.heroku.com).

<hr>

## Technologies used
- HTML
- CSS
- Python3
- Flask
- Bootstrap
- Jinja
- SQL


## Features
- Register for an account
- Login using username and password
- Quote price of a stock
- "Buy" and "sell" stocks
- View transactions history

## Deployment

0 comments on commit 1fdf3a5

Please sign in to comment.