Skip to content

ppitzulo/MusicPlayerFrontend

Repository files navigation

Music Player Frontend

This is the frontend for my music player written in React, it is complete with basic media controls, support for uploading music files and autoplay with potentially more to come in the future. The live demo currently doesn't support uploading audio files for obvious reasons, however it gives a good idea of what the project is capable of doing and can be checked out here.

Features

  • Media Controls: Play, pause, and skip through your favorite songs.
  • Music File Upload: Easily upload your music files to the backend to enjoy a personalized listening experience.
  • Responsive Design: The player adapts to different screen sizes, providing a seamless experience on various devices.

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js: Download Node.js
  • npm (Node Package Manager): It comes with Node.js installation.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-music-player.git
    cd your-music-player
  2. Install the dependencies:

    npm install
  3. Start the server

    npm start

Configuration

By default the frontend is configured to communicate with a backend located at localhost:8000 this can be modifed in the .env file to your liking.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published