Skip to content

weichain/simple-fe-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

simple-fe-task

Example view:

react-task

Requirements:

Create a dynamic board with the prices of cryptocurrencies (BTC, ETH, AE) in the currency chosen by dropdown (BGN, EUR, GBP). Prices must be updated every 5 seconds.

Backend

Go to simple-web-server

npm install

npm run start

endpoints:
http://localhost:8080/price/btc
http://localhost:8080/price/eth
http://localhost:8080/price/ae

http://localhost:8080/fiat/bgn
http://localhost:8080/fiat/eur
http://localhost:8080/fiat/gbp

Tip

Useful extension for the frontend: Moesif CORS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published