Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 1.96 KB

README.md

File metadata and controls

74 lines (61 loc) · 1.96 KB

🤑 Crypto Check 🤑

Get all data about prices, market cap, circulating supply, price graph of cryptocurrencies




What it does 🤔

  • Shows a list of Cryptocurrencies by the order of market cap
  • Latest Price, Market Cap, Price changes (1H, 24H, 7D) and price change graphsin the list
  • Updates the list, prices, price updates and graphs in every minute
  • Shows a detaild chart of price changes in detail page
  • Socail info of the crypto like Website, Explorers, Community and Source Code also displayed
  • User can also chnage the currency from currency list

Tech Stack 👾

Demo 🌍

This app is Deployed to Vercel
View Demo

Prerequisites '✔

Required to install and run the software:

Run Locally 🤠

  1. Clone the respository locally
git clone https://github.com/Mridul2820/crypto-check.git
  1. Create a .env file in the root directory
SITE_URL = <YOUR_URL_FOR_APP>
THEGUARDIAN_API_KEY = <THEGUARDIAN_API_KEY>

Get an API Key from theguardian

  1. Install the node_modules
npm install
  1. Start the Server
npm run dev

How to contribute? 💻

Contributing Guide

All the best! 🥇