A simple webapp for studying recognition of songs from short clips throughout
New: Choose study mode and listen to the entire track, and quiz mode for random 20 second clips
Then run the following commands in your terminal
git clone https://github.com/russelltrupiano/TrackID.git
cd TrackID
npm install
npm start
open http://localhost:3000
You're more than welcome to replace the songs you're looking to study with your own. By default these files are stored in public/tracks/ and need to have the format [COMPOSER] - [TRACK NAME].[EXTENSION] (For example The Beatles - Revolution 9.mp3). The page will automatically generate a randomized sorting of the tracks and a sample of 20 seconds can be played for each song. Answers can be typed in and checked or shown via the 'Show Me' button below the track
Feel free to make a pull request to add any new features!