Skip to content

jaikpillai/crypto-tracker

Repository files navigation

CryptoBoo 👻

A Cryptocurrency price tracking app made using Next.js

👉 Live Demo

App Screenshot

Run Locally

1. Clone the project

  git clone https://github.com/jaikpillai/crypto-tracker.git

2. Go to the project directory

  cd project-directory

3. Install dependencies

  npm install

4. Get an API Key for Coinranking API from here

You can find the Docs for the API here

5. Create .env.local file in your project's root directory and create a variable

NEXT_PUBLIC_RAPID_API={PASTE_YOUR_API_KEY_HERE}

6. Start the server

  npm run dev

Open http://localhost:3000 with your browser to see the result.

Features

  • Price tracking
  • International Fiat Currency support (Prices can also be viewed in other cryptocurrencies)
  • Historical Price data
  • Search Cryptocurrencies
  • Pagination
  • Chart.js implementation for charts

More Screenshots

Coin Details

App Screenshot

Choose currency App Screenshot

Price Chart App Screenshot

Tech Stack

Client: React, Next.js, Typescript, TailwindCSS, Chart.js

API: Coinranking API

Releases

No releases published

Packages

No packages published

Languages