CryptoCove is a mockup crypto website that provides users with up-to-date information on the latest crypto assets in real-time such as price, market cap and 24hr percentage change using CoinGecko's API. Built with React, TypeScript and Tailwind.
Follow these steps to run the project locally.
- Clone the repository.
HTTPS
git clone https://github.com/TylerMommsen/cryptocove.gitor
SSH
git clone git@github.com:TylerMommsen/cryptocove.git- Install dependencies
npm install-
Get Your Free API Key at CoinGecko API
-
Create a
.env.localfile in the root directory. -
Add:
NEXT_PUBLIC_COINGECKO_API_KEY=YOUR_API_KEYand make sure to replaceYOUR_API_KEYwith your own key. -
Run the project
npm run dev


