-
I'm continuing to learn Next.js, which is excellent for static site generation with dynamic data.
-
With cryptocurrency and NFTs (Non-fungible tokens) in the news, I watched a YouTube tutorial on how to create a cryptocurrency tracker with Next.js.
-
The Crypto Tracker uses the CoinGecko API to track the top 100 cryptocurrencies ranked by market cap.
git clone git@github.com:emjose/crypto-tracker.git && cd crypto-tracker
npm install
npm run dev
4. Open http://localhost:3000 with your browser to launch the Crypto Tracker app.
• The Crypto Tracker is responsive and keyboard-navigable.
• The Crypto Tracker uses the CoinGecko API to render the top 100 cryptocurrencies ranked by market cap.
• The Crypto Tracker is a progressive web app.
The individual coin pages use a tilt hover effect from the react-parallax-tilt npm package.