react-play
react-play copied to clipboard
[Add a Play]: Piano Me
Thank You!
What's the Play about?
Piano Me: This application is a virtual piano keyboard with a list of instruments playable with it.
What ReactJS concept will be used to create this play?
Besides React, we will use
- Audio Context API for generating notes sound, i.e,
Soundfonta third-party library. - CSS Modules: They give us all perks of CSS but also isolation and close location to components that use them.
- Custom Hooks
- React Patterns: For now I'll make this using
Adapter(or Provider) Patternusing hooks and later add Render Props and HOC(Higher-Order Component)
Are you willing to take it up for implementation?
YES