Cryptocurrency app built with Reactjs, Antdesign & Redux Toolkits.
Create a .env file in then root and add the following
REACT_APP_RAPIDAPI_KEY = your rapidapi key
REACT_APP_CRYPTO_RAPIDAPI_HOST ='coinranking1.p.rapidapi.com'
REACT_APP_CRYPTO_API_URL = 'https://coinranking1.p.rapidapi.com'
REACT_APP_NEWS_API_URL = 'https://bing-news-search1.p.rapidapi.com'
REACT_APP_NEWS_RAPIDAPI_HOST = 'bing-news-search1.p.rapidapi.com'
npm install
or
yarn install
npm start
or
yarn start