Skip to content

TylerMommsen/cryptocove

Repository files navigation

CryptoCove

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.

Live Demo

View Live Site Here

Built With

Next.js icon
react icon
typescript icon
tailwind icon
three.js icon

Screenshots

cryptocovepreview1 cryptocovepreview2 cryptocovepreview3 cryptocovepreview4

Development

Follow these steps to run the project locally.

  1. Clone the repository.

HTTPS

git clone https://github.com/TylerMommsen/cryptocove.git

or

SSH

git clone git@github.com:TylerMommsen/cryptocove.git
  1. Install dependencies
npm install
  1. Get Your Free API Key at CoinGecko API

  2. Create a .env.local file in the root directory.

  3. Add: NEXT_PUBLIC_COINGECKO_API_KEY=YOUR_API_KEY and make sure to replace YOUR_API_KEY with your own key.

  4. Run the project

npm run dev