Skip to content

silvercrow/music-player

Repository files navigation

AudioEqualizer

React, Redux, Tone.js, Firebase, Styled Components, TypeScript Audio Equializer with songs playlist

Link to demo

See demo

Installation and usage

please use at least node v14.15.1

install packages

npm install

on the project root create a file with the name .env and add valid firebase configuration values example:

FIREBASEAPIKEY=
FIREBASEAUTHDOMAIN=
FIREBASEDATABASEURL=
FIREBASEPROJECTID=
FIREBASEAPPID=
FIREBASESTORAGEBUCKET=
FIREBASEMESSAGINGSENDERID=

run app

npm start

Release History

  • 0.0.1
    • Repo Created