This is a demo frontend implementation for Music Identification.
Alongside backend app, implements Shazam's music identification algorithm as described by founder Avery Li-Chun Wang in An Industrial-Strength Audio Search Algorithm
root@user:~$ git clone https://github.com/daniel-lujan/Wavee-Frontend.git
root@user:~$ cd Wavee-Frontend
root@user:~$ npm install
root@user:~$ npm start
Go to http://localhost:3000
to see de application.