Giter Club home page Giter Club logo

music-waveform-visualization-reactjs's Introduction

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.

music-waveform-visualization-reactjs's People

Contributors

elenamountz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.