Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 811 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 811 Bytes

This project was bootstrapped with Create React App.

Descirption

Description

This is a simple input text parsert that inserts fetched values according to specified rules.

Assumptions

  • Site containes two fields - input and output
  • You can input any text into left field
  • The text is parsed acordding to these rules:

{{ Name/<crypto_code> }}

returns currency name e. g. {{ Name/BTC }} returns Bitcoin

{{ Price/<crypto_code> }}

returns currency name e. g. {{ Price/BTC }} returns $6110.12

Demo

See working code at:

https://michalbujalski.github.io/crypto-blog-site/

Run dev

npm start

Run tests

npm test

Build production

npm run build