DEV Community

Cover image for Music Player Using Reactjs
Sai gowtham
Sai gowtham

Posted on

18 3

Music Player Using Reactjs

I just Build a Music Player using Reactjs initially i was learning how sliders
work in javascript.

First i build a normal slider using pure javascript.

Second i build a Color changer using slider.

At final Music Player using Reactjs.

Music Player Demo

In my next post i will explain how to build your own music player using javascript.

SurveyJS custom survey software

JavaScript UI Libraries for Surveys and Forms

SurveyJS lets you build a JSON-based form management system that integrates with any backend, giving you full control over your data and no user limits. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more.

Learn more

Top comments (1)

Collapse
 
johnnymast profile image
Johnny Mast • Edited

Wow what a coincidence Sai. I also created a requirejs slider today (with pixi) for my game engine.

I must say i love your version its nice and smooth. I seems to fit your music player well. Did you release the slider seperate as well?

Your's is better but here is my version:
github.com/johnnymast/Walla/blob/m...

(thepracticaldev.s3.amazonaws.com/i...)

I will be reading your second post for sure.