Skip to content

DPI-JCB-appdev/dashboards

 
 

Repository files navigation

Dashboards

Target

Here is your target:

http://dashboards.matchthetarget.com/

The required portion of the project is the foreign exchange rates.

APIs

exchangerate.host

The COVID Tracking Project

Setup

  1. Start the web server by running bin/server.
  2. Navigate to your live application preview.
  3. As you work, remember to navigate to /git and commit often as you work.
  4. Run rails grade as often as you like to see how you are doing.

Specs

Click here to see names of each test

/forex has a level one heading with the text 'Currency pairs'

/forex lists each of the Currency Symbols from the API

/forex has a link to '/forex/X', where 'X' is a currency symbol, for each currency symbol

/forex/[CURRENCY SYMBOL] has a level one heading with the text 'Convert [CURRENCY SYMBOL]'

/forex/[CURRENCY SYMBOL] has a level one heading with the text 'Convert [CURRENCY SYMBOL]'

/forex/[CURRENCY SYMBOL] has a link with the text 'back' to '/forex'

/forex/[CURRENCY SYMBOL] has a link with the text, 'Convert 1 X to Y...', to '/forex/X/Y', for each currency symbol

/forex/[CURRENCY SYMBOL]/[CURRENCY SYMBOL] has a level one heading with the text 'Convert [CURRENCY SYMBOL] to [CURRENCY SYMBOL]'

/forex/[CURRENCY SYMBOL]/[CURRENCY SYMBOL] has the text '1 [CURRENCY SYMBOL] equals [CURRENCY SYMBOL]'

/forex/[CURRENCY SYMBOL]/[CURRENCY SYMBOL] has a link with the text 'back' to '/forex/[CURRENCY SYMBOL]'

/forex/[CURRENCY SYMBOL]/[CURRENCY SYMBOL] has a link with the text 'back' to '/forex/[CURRENCY SYMBOL]'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 79.0%
  • HTML 9.2%
  • Dockerfile 9.0%
  • Shell 1.4%
  • CSS 1.1%
  • JavaScript 0.2%
  • Procfile 0.1%