Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.6 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.6 KB
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.

Roadmap

9/16/2018 - The app fetches and renders the CryptoTable to an ugly landing page

To-do

Check the Project page for more details

1. Find Contributors

2. UI

  • Add Layouts and CSS
    • Color Palette: App Background Color - #d4d8d4
  • Add Header & Footer
    • Make them functional
  • Add images for each sector

3. Data

  • Create Dynamic URLs

4. Create components / pages for:

  • - Crypto
  • - Peers
  • - Quote
  • - News
  • - Chart
  • - Key Stats

Color Palette

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