/cryptoverse

Primary LanguageJavaScriptMIT LicenseMIT

Cryptoverse - Explore the World of Cryptocurrency

⚠️ Before you start

  1. Make sure Git and NodeJS is installed
  2. Yarn is faster than Npm. So use Yarn.
  3. Create .env file in root folder.
  4. Contents of .env
REACT_APP_RAPID_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXX
  1. Now, to setup Crypto API, go to Rapid API Website and create an account.

  2. Enable these two APIs for crypto details and news data: API 1: Coinranking and API 2: Bing News Search.

Copy API Key

  1. After enabling you can get your API Keys and paste them in .env file in REACT_APP_RAPID_API_KEY.

NOTE: Make sure you don't share these keys publicaly.

📌 How to use this App?

  1. Clone this repository to your local computer.
  2. Open terminal in root directory.
  3. Type and Run yarn install.
  4. Once packages are installed, type and run yarn start
  5. Now app is fully configured and you can start using this app 👍

📃 Built with

Rapid API React Redux Built with Love

⭐ Give A Star

You can also give this repository a star to show more people and they can use this repository.