Skip to content

turtify is a spotify clone app that allows users listen to spotify songs. { React, Next.js, TailwindCSS }

Notifications You must be signed in to change notification settings

maazakn/react_spotify-clone

 
 

Repository files navigation


turtify

First of all, if you want to review the project, you can contact me. Spotify has limitations. I need to let you with your e-mail.

turtify

Description

turtify is a spotify clone app that allows users listen to spotify songs.

Features

  • Live previews
  • Spotify API
  • Authentication
  • Listen to music
  • Stop/Play - Volume Settings

💻 Tech

HTML5 CSS3 TailwindCSS JavaScript React Next JS Spotify API Vercel Npm

📦 Configuration

git clone https://github.com/turhansel/turtify.git

Step 1. Maybe you want to check before configuration.

Step 2. Set up environment variables

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Then set each variable on .env.local:

Step 3. Run Next.js in development mode

npm install
npm run dev

# or

yarn install
yarn dev

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

About

turtify is a spotify clone app that allows users listen to spotify songs. { React, Next.js, TailwindCSS }

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • CSS 1.0%