Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.05 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.05 KB

💰 CryptoPandey 💵

CryptoPandey is a responsive website that provides you with latest news, stats and graphs related to cryptocurrency.

📜 Data

  1. Realtime price and stats of 100 top cryptocurrencies.
  2. Latest news related to cryptocurrency.
  3. Graph of cryptocurrency price over past 5 years.
  4. Exchange rates of cryptocurrencies.

⚡ Tech Stack

Client: React, Redux, Ant Designs, Rapid API

Server: Firebase

🛑 Live Demo

https://cryptopandey-7df52.firebaseapp.com/

📥 Installation

  1. Go to Rapid API website and signup with a free account.
  2. Go to CoinRanking API and generate an API key to place in API key section for prices inside the project.
  3. Go to Bing search API and generate API key to place it in API key section for news inside the project.

💻 Run Locally

Clone the project

  git clone https://github.com/ArpitPy/cryptopandey.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start