Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.49 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.49 KB

Twister roulette

Inspired by another project


Why?

One day at some party we were playing Twister and we needed the roulette. And one dude decided to download some first found app on his phone. Moreover it was downloading and installing for around a minute!

And it's clear that we don't need to use an app for such a simple task. So I decided to create my own implementation.


Features:

PWA

The main thing here (which another project doesn't have BTW) is providing PWA. This feature grants us ability to use our web apps like if they would be native ones. Hence you can install it and use as an app on your device:

desktop mobile
Desktop Mobile

Reactive favicon and title

image image


Running locally

pnpm i && pnpm run dev