https://github.com/niki4/react-music-player
A simple music player utilizing React.JS
https://github.com/niki4/react-music-player
css3 html5-audio reactjs
Last synced: 2 months ago
JSON representation
A simple music player utilizing React.JS
- Host: GitHub
- URL: https://github.com/niki4/react-music-player
- Owner: niki4
- License: mit
- Created: 2018-07-23T10:37:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T11:13:27.000Z (almost 8 years ago)
- Last Synced: 2025-02-27T15:47:03.616Z (over 1 year ago)
- Topics: css3, html5-audio, reactjs
- Language: JavaScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://medium.freecodecamp.org/everything-you-need-to-know-about-react-eaedf53238c4)" (for russian translate please visit [this page](https://habr.com/company/ruvds/blog/343022/)).
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.