Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.36 KB

Spotify UI Clone with Next.js 13 and Tailwind

This project is a clone of the new Spotify UI, built using Next.js 13, Tailwind CSS, and Spotify's Web API.

Home screenshot

Table of contents

Introduction

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.

Features

  • Fetches real data from Spotify using their Web API
  • Advanced features such as music control, playlists, and search functionality

Technologies

Project is created with:

Setup

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