randomfy
takes your most listened Spotify artists, selects one of them and shows you similar artists, so you can meet new artists based on the previous selected one.
Disclaimer: randomfy
is not affiliated with Spotify. The site was build with Nextjs, React and the Spotify API.
This project has some amazing features and can be described as follows:
- When the user logs into the application, a recommendation is displayed.
- The user can like or dislike the recommendation, just like on Tinder.
After that, randomfy
provides:
- A playlist with the liked artists that the user can listen to and share with their friends.
- An image with the album artwork of the available songs for download.
- A festival image with the participating artists available for download.
These additional features enhance the overall experience for
randomfy
users, making it more engaging and enjoyable.
You can start cloning the repository:
git clone git@github.com:andraderaul/random-fy.git
Then install all dependencies:
yarn install
Finally, start the application:
yarn dev
Important: you must have a spotify developer account with an app created. Then add the SPOTIFY_CLIENT_ID
and SPOTIFY_CLIENT_SECRET
from your app created to .env
.
- Performance
- Cookies
- Light Mode
- Dark Mode
Front-end:
Back-end: