What am I currently listening to? Come and check it out! I saw this feature on a couple of portfolio sites and I also wanted to recreate it.
First, run the development server:
npm run dev
# or
yarn dev
- Next.js
- React icons
- Next font
- useSWR
- TailwindCSS
- Tailwind Animation delay plugin
- Spotify API
NEXT_SPOTIFY_CLIENT_ID: The Client ID you got from Spotify Developer Dashboard NEXT_SPOTIFY_CLIENT_SECRET: The Client Secret you got from Spotify Developer Dashboard NEXT_SPOTIFY_REFRESH_TOKEN: The Refresh Token you got from Spotify API
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.