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.
- Upload multiple audio files.
- Play, pause, and switch between tracks.
- Remember the last played track using local storage.
- Clone this repository.
- Navigate to the project directory.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server.
- Click on the "Choose File" button to select audio files from your device.
- Click on the "Play" button to start playing the audio.
- Click on the "Pause" button to pause the audio.
- Click on a track in the playlist to play it.
- The app remembers the last played track even after refreshing the page.
- React
- Bootstrap (for styling)
Contributions are welcome! Please feel free to submit issues and pull requests.