In the next video, you will see how to add one more functionality to the application, which will add a subscriber to the Phone Directory. You will also look at what all components you need to make in order to create this Add Subscriber page.
In the coming video, you’ll learn how to build the entire AddSubscriber page inside your Phone Directory application.
So far, you have built AddSubscriber as a class component, which renders a Back button at present. You have also defined the common styles that will be used to style elements spread over the entire application. Let’s look at completing the Add Subscriber page in the next video.
Alright, you have completed the AddSusbcriber component, which renders a textbox for name and phone number of a subscriber. You have also rendered the skeleton of the section which will display the name and phone number as the user starts typing them inside the input boxes. We’ll look at how to display these details in the next segment.
Download the stylesheet given below for the AddSusbcriber component:
You can commit your code with “Added ‘AddSubscriber’ component” as the commit message and view the code diff here.