Skip to content

thibaultferaux/spotify-clone

Repository files navigation

Spotify Clone

Table of Contents

Overview

This is a basic clone of Spotify with some music playing functionality.

I made some projects in React before but never with Next.js so I wanted to try this out on a project. I also didn't want to make a simple project like a basic website so I decided to make a Spotify clone.

Playlist screenshot

Built With

Deployment

Only the following user has playlists at te moment:

URL: https://spotify-clone-thibaultferaux.vercel.app/

Current Features

  • Basic Authentication
  • Playlists
  • Music playing (skip, shuffle, repeat, seek)

Contact

Acknowledgements

I used the Build a Fullstack App from Scratch (feat Next.js) course from Frontend Masters