This repository contains code for the 7 tasks of the 7GUIS-Challange.
Each task folder contains a discussion.md
file to talk about benefits and drawbacks of the provided solutions.
Implementing this in plain React without any state-containers (like Redux or Mobx) has been really fun. For some tasks, small libraries had to be added to manage complex states or logics. Most of these libraries implement the observer pattern to connect the vanilla JS classes to the React Components.