A side project to watch crypto value in real time and related news. I created this app simply to familiarize myself with WebHooks and React Hooks.
For a live demo, you can visit here.
I am using free API endpoints, but these are rate limited.
Before you run this locally, you need to obtain your own API key from The Guardian OpenPlatform and put it in the .env
file:
REACT_APP_GUARDIAN_API_KEY=YOUR API KEY
After cloning, cd
into the directory and run yarn install && yarn start
.
Crypto data by coinbase Pro
News by The Guardian OpenPlatform
Mesh Gradient by Mesh
This project was bootstrapped with Create React App.