/emoji-beat

Developed at React Riot 2019 by typescript + react

Primary LanguageTypeScript

emoji-beat

❓ What is this

🕰️ Archived Pages

📝 Note

  • This repository has been fleezed since React Riot 2019 (except this README.md file).
  • I know there are some issues and plobrems, but I have no plans to fix them.

🚀 Intro

# Install
npm install

# Development
npm run dev-server

# Build for deploy
npm run build:prod

📝 Entry Contents at React Riot

⚠ Note

  • This site makes a sound.

Recommended browsers

  • Google Chrome
  • Firefox (Almost OK. But I know some problems.)

How to use

Play beats

  • Click the blue play button to the bottom center of site.
  • If you want to play beats only once, toggle off by clicking on the repeat button.

play_beats

Edit beats

  • Click on the lined up squares.
  • The emoji sound will be emitted in the shining it.

edit_beats

Change BPM (play score speed)

  • Slide the BPM slider to the left bottom of site.

change_bpm

Add emoji sound

  • Press the add button at the bottom to the left of the emoji sound.
  • Select emoji and edit sound volume and playback speed.
    • You can change this setting after.
  • After then, click the ok button.

add_sound

Change setting emoji sound

  • Press the cog button to the right of emoji sound.
  • Edit sound, volume and playback speed on the modal.
  • After then, click the ok button.

change_sound

Delete emoji sound

  • Press the cog button to the right of emoji sound.
  • And press the delete button to the left bottom on the modal.

delete_emoji_sound

Toggle enable / disable sound

  • You can toggle enable / disable the sound by clicking on the volume button of the left emoji.

toggle_enable_disable_sound

Save beat score

  • Click the save button to the right bottom of site.
  • There is this save data to the local storage of the browser.
  • Note: You can save the beat score only one .

save_beat_score

Share your score

  • Click the share button to the right bottom of site.
  • You can set the title and author of your score.
    • Note: Able to skip this steps.
  • Click the copy button.
    • Copied the share url to the clipboard.
  • Share the url!!

share_your_score_1

share_your_score_2

📚 Resources

Sounds

Dependencies

Client

Server

Development

Other