Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.14 KB

Audio Player App

A simple audio player application built using React, allowing users to upload and play multiple audio files with basic playback controls. The app remembers the last played track, providing a seamless user experience.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

Features

  • Upload multiple audio files.
  • Play, pause, and switch between tracks.
  • Remember the last played track using local storage.

Installation

  1. Clone this repository.
  2. Navigate to the project directory.
  3. Run npm install to install dependencies.
  4. Run npm start to start the development server.

Usage

  1. Click on the "Choose File" button to select audio files from your device.
  2. Click on the "Play" button to start playing the audio.
  3. Click on the "Pause" button to pause the audio.
  4. Click on a track in the playlist to play it.
  5. The app remembers the last played track even after refreshing the page.

Dependencies

  • React
  • Bootstrap (for styling)

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.