Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1 KB

README.md

File metadata and controls

48 lines (34 loc) · 1 KB

vibeify

App to gather your favorite songs and generate playlists

Table of Contents

Introduction

Ever wish you could shuffle songs across all your playlists? Vibeify downloads your entire Spotify library and sorts it by vibe so that you can listen to all your favorites based on your mood.

Technologies

This project is created with:

  • React version: 18.2.0
  • React router version: 6.3.0

This project was bootstrapped with Create React App.

Features

  • Get songs from your Spotify library
  • Reshuffle your songs across playlists

To-Do:

  • Improve default shuffle
  • Add sliders to edit playlists
  • Add save & share functionality
  • Allow in-app playback of music

Setup

To run this project, install it locally using npm:

$ cd ../vibeify
$ npm install
$ npm start

And in a separate terminal window:

$ cd ../vibeify
$ npm run server