Type in any text, and spotif.ai analyzes your phrase and creates a Spotify playlist for you based on your phrase.
Built for nwHacks 2022
This is the repo for the frontend client of spotif.ai
See the source code for the backend!
You can:
- enter a prompt
- see generated songs based on your personal music taste, seeded by your prompt
- create a playlist of your generated songs!
- React
- TailwindCSS
Clone this repository.
Create a .env file (see .env_template). Go to Spotify for Developers and create an app in your dashboard. The client ID of your created app can be used for the environment variable REACT_APP_CLIENT_ID.
Run npm install.
Run npm start