title | date |
---|---|
README |
2018-09-15 |
The purpose of this repository is to create a financial website that mimics those like RobinHood and IEX Trading using the iex API to fetch real-time data.
9/16/2018 - The app fetches and renders the CryptoTable to an ugly landing page
Check the Project page for more details
- Add Layouts and CSS
- Color Palette: App Background Color - #d4d8d4
- Add Header & Footer
- Make them functional
- Add images for each sector
- Create Dynamic URLs
- - Crypto
- - Peers
- - Quote
- - News
- - Chart
- - Key Stats
Item | CSS Name | Color |
---|---|---|
App | background-color | #d4d8d4 |
App-Header | background-color | #056303 |
App-title | color | #ffffff |
Header-nav links | color | #ffffff |
Timer | color | #000 |
Table th | background-color | #326ada |
Table th | color | #ffffff |
Table tr(even) | background-color | #ffffff |
Table tr(odd) | background-color | #f8f8f8 |
Table tr:hover | background-color | #eaeaea |
App-Footer | background-color | #056303 |
Footer-nav links | color | #ffffff |