A responsive cryptocurrencies trading information web application with next.js
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.
The first look shows the chart of the cryptocurrency selected and top 3 trending coins in the past 24H.
Hover over the cryptocurrencies link for dropdown to select the desired top coins.
Information throughout the application changes with selection of cryptocurrency.