Screenario is an interactive dashboard & tool collection for educators, featuring several handy tools like a timer, a whiteboard and an app for generating interesting ice-breaker questions. It’s commissioned by the ISH Bochum and only available in German right now.
Screenario is written in React 18 (an exception being Digitaler Stuhlkreis, which is an Angular web component and also available separately at digitaler-stuhlkreis.de).
Living on the bleeding edge requires sacrifice sometimes: Because of a (hopefully temporary) incompatibility of some libraries with React 18, we need to install our dependencies using --force right now. Same goes for adding new dependencies or uninstalling packages.
- Clone the repository.
- Run
npm install --force
in the cloned folder.
Simply run npm start
to run the app in development mode and open http://localhost:3000 in your browser.
Screenario wouldn’t be possible without these wonderful libraries:
... and a bunch of others!
If you’d like to contribute to Screenario, great! Please check out the contributor guidelines.
Thanks goes to these wonderful people (emoji key):
Sergej Grilborzer 🚇 💻 🎨 |
liam-k 🎨 💻 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!