DEV Community

Cover image for Metronome PWA using LitElement, RxJS and WebWorker
Yaroslav Dubinskyi
Yaroslav Dubinskyi

Posted on

3 2

Metronome PWA using LitElement, RxJS and WebWorker

Hi folks,
I've created a small PWA metronome to learn LitElement and web-components better(and do not forget RxJS, which I'm not using much at work now).
I've used WebWorker for better timer performance on mobile devices and WebAudio API to generate sound.
Maybe it will be interesting for someone.
If you any suggestions or comments will be very glad to read them.

GitHub: https://github.com/ydubinskyi/rx-metronome
Demo: https://rx-metronome.web.app/

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay