This example uses React Hooks together with the HTML5 audio tag to create an audio player.
Please note all songs used in this example remain the property their respective owners
Run the following commands to run the project locally.
git clone https://github.com/bronsondunbar/audio-player-using-react-hooks
npm install
npm run