This task is about taking the proof of concept and completing it and making it production ready.
The homepage shows the summary of each module, and they link to Special:Homepage/<module name> where it renders the details view.
This is all completely server-side and independent from MobileFrontend. It involves creating the summary and detailed views of each module, updating the style and implementing the basic navigation back and forth between summary and details. It also provides the no-js fallback.
See parent task for detailed specs.