Spotify Clone
application developed by Bauyrzhan Alkenov.
I use npm as a package manager. Some package managers should work too.
npm install
Create a .env
file with the following content:
VITE_SPOTIFY_CLIENT_ID=Your Spotify Client ID
VITE_REDIRECT_TARGET=Your Spotify Redirect Target
Create your own spotify app via spotify dashboard
Now you can run npm run dev
to start the app and open http://localhost:5173 with your browser to see the result. Yappi! 🎉
This project was developed as a learning exercise to deepen my understanding of web development. It demonstrates my ability to build complex applications and serves as a showcase of my technical capabilities for potential employers.