January 2020
Intermediate to advanced
640 pages
16h 56m
English
The purpose of the frontend component is to render a simple, static HTML-based user interface that will facilitate the users' interaction with the project. More specifically, the design of the frontend component will enable users to perform the following set of functions:
It is important to note that, in our current design, the frontend component serves as the entry-point for making our project accessible by the outside world! Given that none of the other project components can be directly accessed by the end users, we could argue that the frontend also doubles as an API gateway, where each ...