https://github.com/maxtermax/react-sound-player
This is a sound player component made with reactjs, the code architecture designed to be easily testable, able to mocking the network layer with fake data for test the component behaviur.
https://github.com/maxtermax/react-sound-player
javascript reacjs
Last synced: 12 months ago
JSON representation
This is a sound player component made with reactjs, the code architecture designed to be easily testable, able to mocking the network layer with fake data for test the component behaviur.
- Host: GitHub
- URL: https://github.com/maxtermax/react-sound-player
- Owner: Maxtermax
- Created: 2020-04-15T06:22:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T21:00:24.000Z (over 3 years ago)
- Last Synced: 2025-01-18T12:26:15.989Z (over 1 year ago)
- Topics: javascript, reacjs
- Language: JavaScript
- Homepage: https://react-sound-player.maxtermax.now.sh/
- Size: 10.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Sound Player
This is sound player component made with reactjs, play online: here
Features
- Code architecture designed to be easily testable
- Able to mocking the network layer with fake data for test the component behaviur
- Lazy loading
- Full react hook api