This project is a clone of the new Spotify UI, built using Next.js 13, Tailwind CSS, and Spotify's Web API.
This project was created to demonstrate the capabilities of modern frontend technologies such as Next.js and Tailwind CSS, and how they can be used to efficiently clone popular digital products such as Spotify.
Project is created with:
Next.js version 13
To run this project, install it locally using npm:
$ git clone https://github.com/nunatass/spotify-clone.git
$ cd spotify-clone
$ npm install
$ npm run dev