Forms and Client-Server Interaction

Overarching Project


It’s again time to continue with the overarching project. In this part, you’ll focus on integrating the server-side and client-side functionality of the “Reddit”-themed overarching project.

We recommend working on the overarching project only after completing all other assignments in this part. For deeper learning, it can also help to take a short break of a few days before starting the project.

In the seventh step, you will build client-side functionality for interacting with server-side APIs for managing communities. You will also remove any localStorage-specific data related to communities.

Loading Exercise...

In the eight step, you’ll continue building client-side functionality for interacting with server-side APIs, this time for managing posts. You will also remove any localStorage-specific data related to posts.

Loading Exercise...

In the ninth step, you’ll add the functionality for commenting on posts. This will involve creating a new component for displaying and adding comments, as well as integrating it with the existing post functionality.

Loading Exercise...