Skip to content

depakmurthy/react-js-node-js-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ReactJS - Node JS - Player

An simple Music player using howler js, react js and node js

Features of this application.

  • Search for an Audio file from the provided search field
  • Add to your own playlist
  • Play it

Tech used

  • Node JS, React JS, Howler JS for react, Bootstrap

Installation

This project requires Node.js v12+ to run.

  • Clone the repository
  • Install the dependencies and devDependencies and start the server.
cd react-js-node-js-player
cd server
npm i
cd ..
cd client
npm i

Running the app

First Termial :

cd react-js-node-js-player/server
npm start

Second Termial :

cd react-js-node-js-player/client
npm start

Plugins used

Player is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Plugin Name Version
Express ^4.17.1
React Bootstrap ^2.0.0-rc.0
React Howler Player ^1.2.0
React Icons ^4.2.0
react-pro-sidebar ^0.7.1
Bootstrap ^5.1.1

Building for prodcution

For production release:

cd react-js-node-js-player/client
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published