A simple audio player built with React to showcase DOM manipulation techniques.
- Play and pause audio
- Adjust volume
- Display current playback time
- Simple and clean UI design
Clone the repository
git clone https://github.com/withmohitjoshi/audio-player.git
Navigate to the directory
cd ./audio-player
Install dependencies:
npm install
Start the development server
npm dev