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.git
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
:
npm install
npm run dev
# or
yarn install
yarn dev
Deploy the example using Vercel: