Skip to content

A React.js/Redux music dashboard, mainly focused on waveform visualization production when selecting a song to play.

License

Notifications You must be signed in to change notification settings

elenamountz/music-waveform-visualization-reactjs

Repository files navigation

Music waveform visualization

A music playground project, in order to list and play your music. This is the initial version, implementing some basic features, mainly focused on waveform visualization.

Built with

Features

  • List uploaded tracks
  • Select a track to play
  • Produce waveform visualization for current playing track
  • Force player at any track position using the cursor on waveform
  • 10 seconds forward
  • 10 seconds backward
  • Play/Pause

App Screenshots

Web

Mobile

Quick Start

Prerequisites

1. Create a .env file at project's root directory, running the following command:

$ touch .env

Define needed project environment variables as key/value pairs inside .env file. Notice that custom environment variables needs to start with REACT_APP prefix, so React can expose them in JS through process.env. Only one environment variable is required for this application, the API base URL.

REACT_APP_BASE_URL

2. Install dependencies

Before starting the server, install all the needed dependencies for the project, running the following command:

$ npm install

3. Run dev server

Run the appplication in the development mode using your terminal at project's root directory:

$ npm start

Open http://localhost:3000 to view it in the browser.

Build project

Build the app for production to the build folder using:

$ npm run build

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

License

This project is licensed under the terms of the MIT license. Check LICENSE file.

About

A React.js/Redux music dashboard, mainly focused on waveform visualization production when selecting a song to play.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published