Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.78 KB

README.md

File metadata and controls

50 lines (40 loc) · 1.78 KB

Track-it

Netlify Status

Presentation

Welcome to Track-It, a music organiser to agregate all of your collection and manage it as you wish. Currently Track-It works as a plugin of spotify, where you can organize your tracks by playlist in an simplier way. Here you can :

  • Consult all of your librairy (tracks and playlist) in a global view
  • Add your tracks to your playlists in one click (one or many tracks to one or many playlist)
  • Get recommandations on your tracks
  • Filter, sort and search your tracks
  • Bonus : get your top tracks, top artists and other funny data.

Roadmap :

  • Complete personalization with parametrage of your librairy and possibility to add customs tags to your tracks.
  • Generate and modify playlist with rules related to current tracks data and / or your custom tags.

Stack & deployment

Set-up

Require Node.js version > 20.0.0
Firt pull the project where you want:

git clone https://github.com/VincentBernet/Track-It

Go in the Track-It folder, then install both back and front in one command:

cd Track-It
npm install

And start the project in one command again:

npm start

Open the localhost url shown in your terminal (something like : http://localhost:5173/)
Ready to dev 🚀 Was easy right 😊 ?