Question: Create a component named App which returns any other components created Render the App component Create a component named NumberOfStudents Add a state field within
Create a component named App which returns any other components created Render the App component Create a component named NumberOfStudents Add a state field within NumberOfStudents with two fields: enrolledStudents and waitlistedStudents Create two buttons that, when clicked, will increase the number of enrolled students or waitlisted students by one. Hint! You will need two different functions Create two input fields that each have a button: one for the enrolled students and one for waitlisted students. When a number is entered, the number of the enrolled or waitlisted students should increase by that specified amount. Display the number of Enrolled and Waitlisted students on the page.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
