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 is a spotify clone app that allows users listen to spotify songs.
- Live previews
- Spotify API
- Authentication
- Listen to music
- Stop/Play - Volume Settings
git clone https://github.com/turhansel/turtify.gitCopy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
cp .env.local.example .env.localThen set each variable on .env.local:
npm install
npm run dev
# or
yarn install
yarn devDeploy the example using Vercel:
