Donation alerts for video streamers (frontend)
4stream - service for video game streams that provides live donation alerts using payment systems popular in Russia.
The service was lauched in early 2016, and discontinued in the end of the same year. It was available at https://4stream.ru, the domain currently serves unknown content.
Other resources related to the discontinued service:
The service frontend was written using modern technologies at that time. It includes:
React 15
Alt
(flux methodology library, somewhat similar to currently well-known redux)SASS
, in particularBEM
technique for well-structured CSS
Landing page as well as most other public pages was implemented using Unify html template that requires many other things
as dependencies such as jquery
. The template helped to create fancy looking and SEO-friendly pages, while the dashboard
was implemented using libraries from the above mentioned list, and most widgets were written from scratch.
npm install
and npm run start
to launch in development mode.
Note: the frontend is not fully functional without the backend that source code is not published at the moment of writing.