- Make sure Git and NodeJS is installed
- Yarn is faster than Npm. So use Yarn.
- Create .env file in root folder.
- Contents of .env
REACT_APP_RAPID_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXX
-
Now, to setup Crypto API, go to Rapid API Website and create an account.
-
Enable these two APIs for crypto details and news data: API 1: Coinranking and API 2: Bing News Search.
- After enabling you can get your API Keys and paste them in
.env
file inREACT_APP_RAPID_API_KEY
.
NOTE: Make sure you don't share these keys publicaly.
- Clone this repository to your local computer.
- Open terminal in root directory.
- Type and Run
yarn install
. - Once packages are installed, type and run
yarn start
- Now app is fully configured and you can start using this app 👍
You can also give this repository a star to show more people and they can use this repository.