Simple music player where you can add your music from storage and play them. It also contains a analyzer that analyzes the current song.
This app uses Web Audio API for playing song and analyzing the frequency of songs.
Live Demo - https://tunes.now.sh
- First clone the repo by running
git clone https://github.com/praveen-me/tunes.git
. - Then go the that directory by running
cd tunes
. - Run the server by running
npm start
.
- React
- Redux
- MIT