Skip to content

Akshaykviit023/CryptoTrackr

Repository files navigation

Getting Started

A responsive cryptocurrencies trading information web application with next.js

Tech Stacks

React Next JS TailwindCSS Radix UI

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

First Look

The first look shows the chart of the cryptocurrency selected and top 3 trending coins in the past 24H.

image

Dynamic Routing

Hover over the cryptocurrencies link for dropdown to select the desired top coins.

image

Dynamic Coin Information Changes

Information throughout the application changes with selection of cryptocurrency.

image