HTML5 Audio Player Using React Hooks
- audio player
- html5audio
- react hooks
- reactjs
Table Of Contents
Technologies used: React, React Hooks, JSON Server, Styled Components
This example uses React Hooks together with the HTML5 audio tag to create an audio player.
Run the following commands to run the project locally.
Please note all songs used in this example remain the property their respective owners
git clone https://github.com/bronsondunbar/html5-audio-player-using-react-hooks
npm install
npm start
Leave a Reply