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.
- Fetches real data from Spotify using their Web API
- Advanced features such as music control, playlists, and search functionality
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