Get all data about prices, market cap, circulating supply, price graph of cryptocurrencies
- 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
This app is Deployed to Vercel
View Demo
Required to install and run the software:
- Clone the respository locally
git clone https://github.com/Mridul2820/crypto-check.git
- 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
- Install the
node_modules
npm install
- Start the Server
npm run dev