Skip to content

michalbujalski/crypto-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published