Skip to content

A minimalist audio player built with React. Features basic controls like play, pause, and volume adjustment, along with a time display. Demonstrates DOM manipulation techniques.

Notifications You must be signed in to change notification settings

withmohitjoshi/audio-player

Repository files navigation

Custom Audio Player

A simple audio player built with React to showcase DOM manipulation techniques.

Features

  • Play and pause audio
  • Adjust volume
  • Display current playback time
  • Simple and clean UI design

Running the app

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

Snapshot

About

A minimalist audio player built with React. Features basic controls like play, pause, and volume adjustment, along with a time display. Demonstrates DOM manipulation techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published