Introduction
This is the second part of a series of articles about a case study for a web app implemented using Redux and Angular. The project follows the architecture depicted on a previous article, but reading that article before this one is not necessary.
For easy referencing, here are the articles in the series :
- Case Study pt.1: Planning business logic using Redux
- Case Study pt.2: Implementing Redux on Angular (this article)
- Case Study pt.3: Testing Redux Effects on Angular (to be published)
This project’s web app is an online test (or quiz) which, although functional, is simplified as it only serves as subject for this case study. The project is complete on my repository and these articles focus on the implementation of the business logic using Redux on an Angular web app.
A snapshot of the web app implemented for this series of articles.
Source code on my GitHub repository.
[…]
Read the full article.