The app allows users to subscribe their favorite twitch streamers, and watch streams that they have missed.
App simply starts with just demo state of default channels that community of jadisco.pl watch (Wonziu, DzejTH and NvidiaGeforcePL). User then can simply add their own channels and/or remove them. Mark videos as watched and bookmarked.
By default state will be stored in browser localStorage, but you can register simple user account so your data will be stored in firebase for syncing state between browsers you use.
If you are a streamer yo can share link like: https://jarchiwum.pl/your-twitch-name and that will automatically add your channel to users favorites.
Important note: chat on some video page is made by tr0lit poorchat
- Poorchat authentication
- Ability to post short messages/comments to video
- Mobile version improvements
- Chat performance
- Twemoji
- Action message
- Button to change player from YouTube to Facebook
- Moments chart from stream
- Support for other streamers with poorchat
App is build with:
You can just clone repository files and run to install all dependencies:
npm install
After that just run to start server:
npm run serve
To build project:
npm run build
All project files are located in ./src/