Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Requirements Add the code for the following requirements within the src / index . js file: Create a component named App which returns any other
Requirements
Add the code for the following requirements within the srcindexjs file:
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.
Include labels as shown in the example below.
Example
Enrolled Students:
Add Enrolled Student
Add Multiple Enrolled Students:
Increase Students
Waitlisted Students:
Add Waitlisted Student
Add Multiple Waitlisted Students:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started