Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 961 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 961 Bytes

react-music-player

A simple music player utilizing React.JS

It was created after the workshop "Everything You Should Know About React: The Basics You Need to Start Building" (for russian translate please visit this page).

This example demonstrates the abilities of React.JS and JSX syntax for to generate a dynamic code (keep and change state, handle actions).

installation

There are no installation steps.

Using any modern browser you may open the site https://niki4.github.io/react-music-player/ to play (music) around.

Yet you may open the source of index.html to look how it works inside. If you curious how the React works, I'd recommend you go through the source code and the tutorial listed above.

usage

Just open any audio file (say, .mp3) from your disk and click Play button. Click Pause to stop.