All code examples you can find here
We are going to implement a very simple quiz app. Every question in the quiz should have multiple answers but only one of them is correct. A user can answer a question, navigate between questions back, forth, and by index. And when all the questions are answered one can finish the quiz and see his score.
In the previous article we implemented this logic in the OOP way, and now goes more clean FP one.
TODO
TODO
TODO
TODO
TODO
TODO
TODO